#D1DEEC

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

Shades of Pattens Blue #D1DEEC

Tints of Pattens Blue #D1DEEC

Color information

#D1DEEC (or 0xD1DEEC) is unknown color: approx Pattens Blue. HEX triplet: D1, DE and EC. RGB value is (209,222,236). Sum of RGB (Red+Green+Blue) = 209+222+236=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DEEC is #2E2113. Grayscale: #DBDBDB. Windows color (decimal): -3023124 or 15523537. OLE color: 15523537.

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

Color convert

RGB209222236-
CMYK0.110.0600.07
HSL211.11º41.54%87.25%-
HSV(B)211.11º11.44%92.55%-
XYZ67.5671.8589.67-
YUV219.71137.19120.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.33%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=31.33%
G=33.28%
B=35.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092222360.110.0600.07211.1141.5487.25
HexD1DEECB607d32a57
Octal3213363541360732352127
Binary11010001110111101110110010111100111110100111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DEEC; }

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

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

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

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

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

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

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

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