Color Hex Logo

#d3deef Color Hex

#D3DEEF
(211,222,239)
0 Favorites   0 Comments

Color spaces of #d3deef

RGB 211222239
HSL0.600.470.88
HSV216°12°94°
CMYK 0.120.070.00   0.06
XYZ68.565272.323492.0074
Yxy72.32340.29440.3105
Hunter Lab85.0432-4.9117-4.6151
CIE-Lab88.1240-0.3834-9.5581

#d3deef color RGB value is (211,222,239).

#d3deef hex color red value is 211, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d3deef hue: 0.60 , saturation: 0.47 and the lightness value of d3deef is 0.88.

The process color (four color CMYK) of #d3deef color hex is 0.12, 0.07, 0.00, 0.06. Web safe color of #d3deef is #ccccff. Color #d3deef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011110 11101111
Octal 323 336 357
Decimal 211 222 239
Hex D3 DE EF

RGB Percentages of Color #d3deef

%31.40
%33.04
%35.57

CMYK Percentages of Color #d3deef

%12
%7
%0
%6

Triadic Colors of #d3deef

#d3deef #efd3de #deefd3

Analogous Colors of #d3deef

#d3deef #d6d3ef #d3ecef

Monochromatic Colors of #d3deef

#d3deef

Complementary Color

#d3deef #efe4d3

#d3deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3deef Color CSS Codes

.mybgcolor {background-color:#d3deef; } 
.myforecolor {color:#d3deef; }
.mybordercolor {border:3px solid #d3deef; }

#d3deef Text Font Color

<p style="color:#d3deef">Text here</p>

This sample text font color is #d3deef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d3deef Background Color

<div style="background-color:#d3deef">
Div content here</div>

This div background color is #d3deef


#d3deef Border Color

<div style="border:3px solid #d3deef">
Div here</div>

This div border color is #d3deef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,222,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3deef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3deef;
  -webkit-box-shadow: 1px 1px 3px 2px #d3deef;
  box-shadow:         1px 1px 3px 2px #d3deef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,222,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d3deef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d3deef;
  -webkit-box-shadow: 1px 1px 3px 2px #d3deef;
  box-shadow:         1px 1px 3px 2px #d3deef;">
Div content here</div>

This div box has shadow with color #d3deef


Comments

No comments written yet.

Please login to write comment.