#D0DEE9

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

Shades of Pattens Blue #D0DEE9

Tints of Pattens Blue #D0DEE9

Color information

#D0DEE9 (or 0xD0DEE9) is unknown color: approx Pattens Blue. HEX triplet: D0, DE and E9. RGB value is (208,222,233). Sum of RGB (Red+Green+Blue) = 208+222+233=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0DEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEE9 is #2F2116. Grayscale: #DBDBDB. Windows color (decimal): -3088663 or 15326928. OLE color: 15326928.

HSL color Cylindrical-coordinate representation of color #D0DEE9: hue angle of 206.4º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DEE9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208222233-
CMYK0.110.0500.09
HSL206.4º36.23%86.47%-
HSV(B)206.4º10.73%91.37%-
XYZ66.8471.5487.38-
YUV219.07135.86120.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.37%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 233 (91.41% from 255) = 35.14%
R=31.37%
G=33.48%
B=35.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082222330.110.0500.09206.436.2386.47
HexD0DEE9B509ce2456
Octal32033635113501131644126
Binary110100001101111011101001101110101001110011101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DEE9; }

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

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

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

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

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

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

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

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