#D0DFEC

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

Shades of Pattens Blue #D0DFEC

Tints of Pattens Blue #D0DFEC

Color information

#D0DFEC (or 0xD0DFEC) is unknown color: approx Pattens Blue. HEX triplet: D0, DF and EC. RGB value is (208,223,236). Sum of RGB (Red+Green+Blue) = 208+223+236=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 223 (87.5% from 255 or 33.43% 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 #D0DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFEC is #2F2013. Grayscale: #DBDBDB. Windows color (decimal): -3088404 or 15523792. OLE color: 15523792.

HSL color Cylindrical-coordinate representation of color #D0DFEC: hue angle of 207.86º 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 #D0DFEC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208223236-
CMYK0.120.0600.07
HSL207.86º42.42%87.06%-
HSV(B)207.86º11.86%92.55%-
XYZ67.5472.2489.74-
YUV220137.03119.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.18%
GREEN value IS 223 (87.5% from 255) = 33.43%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=31.18%
G=33.43%
B=35.38%

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
Decimal2082232360.120.0600.07207.8642.4287.06
HexD0DFECC607d02a57
Octal3203373541460732052127
Binary11010000110111111110110011001100111110100001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFEC; }

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

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

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

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

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

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

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

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