#D0DEEC

Color #D0DEEC Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #D0DEEC

Tints of Pattens Blue #D0DEEC

Color information

#D0DEEC (or 0xD0DEEC) is unknown color: approx Pattens Blue. HEX triplet: D0, DE and EC. RGB value is (208,222,236). Sum of RGB (Red+Green+Blue) = 208+222+236=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEEC is #2F2113. Grayscale: #DBDBDB. Windows color (decimal): -3088660 or 15523536. OLE color: 15523536.

HSL color Cylindrical-coordinate representation of color #D0DEEC: hue angle of 210º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0DEEC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208222236-
CMYK0.120.0600.07
HSL210º42.42%87.06%-
HSV(B)210º11.86%92.55%-
XYZ67.2771.7189.65-
YUV219.41137.36119.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 31.23%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=31.23%
G=33.33%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082222360.120.0600.0721042.4287.06
HexD0DEECC607d22a57
Octal3203363541460732252127
Binary11010000110111101110110011001100111110100101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DEEC; }

 p { color: rgb(208,222,236); }

 H1.HeaderClassName
 {
   color: #D0DEEC;
 }
 .AnyTagClassName
 {
   color: #D0DEEC;
 }
</style>
background-color css

<style>
 a { background-color: #D0DEEC; }

 a { background-color: rgb(208,222,236); }

 div.DivClassName
 {
   background-color: #D0DEEC;
 }
 .BgClassName
 {
   background-color: #D0DEEC;
 }
</style>
border-color css

<style>
 span { border-color: #D0DEEC; }

 span { border-color: rgb(208,222,236); }

 td.TdClassName
 {
   border-color: #D0DEEC;
 }
 .TagClassName
 {
   border-color: #D0DEEC;
 }
</style>