#D0E4EC

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

Shades of Pattens Blue #D0E4EC

Tints of Pattens Blue #D0E4EC

Color information

#D0E4EC (or 0xD0E4EC) is unknown color: approx Pattens Blue. HEX triplet: D0, E4 and EC. RGB value is (208,228,236). Sum of RGB (Red+Green+Blue) = 208+228+236=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0E4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E4EC is #2F1B13. Grayscale: #DEDEDE. Windows color (decimal): -3087124 or 15525072. OLE color: 15525072.

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

Color convert

RGB208228236-
CMYK0.120.0300.07
HSL197.14º42.42%87.06%-
HSV(B)197.14º11.86%92.55%-
XYZ68.974.9590.19-
YUV222.93135.37117.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.95%
GREEN value IS 228 (89.45% from 255) = 33.93%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=30.95%
G=33.93%
B=35.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082282360.120.0300.07197.1442.4287.06
HexD0E4ECC307c52a57
Octal3203443541430730552127
Binary1101000011100100111011001100110111110001011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E4EC; }

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

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

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

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

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

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

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

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