#D0E1EC

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

Shades of Pattens Blue #D0E1EC

Tints of Pattens Blue #D0E1EC

Color information

#D0E1EC (or 0xD0E1EC) is unknown color: approx Pattens Blue. HEX triplet: D0, E1 and EC. RGB value is (208,225,236). Sum of RGB (Red+Green+Blue) = 208+225+236=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0E1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E1EC is #2F1E13. Grayscale: #DDDDDD. Windows color (decimal): -3087892 or 15524304. OLE color: 15524304.

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

Color convert

RGB208225236-
CMYK0.120.0500.07
HSL203.57º42.42%87.06%-
HSV(B)203.57º11.86%92.55%-
XYZ68.0873.3289.92-
YUV221.17136.37118.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.09%
GREEN value IS 225 (88.28% from 255) = 33.63%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=31.09%
G=33.63%
B=35.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082252360.120.0500.07203.5742.4287.06
HexD0E1ECC507cc2a57
Octal3203413541450731452127
Binary11010000111000011110110011001010111110011001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E1EC; }

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

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

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

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

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

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

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

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