Html Css Color HEX #D0DEE9 Pattens Blue

📋 copy color: '#D0DEE9'

red 208 ◦ green 222 ◦ blue 233

#D0DEE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #D0DEE9

Tints of Pattens Blue #D0DEE9

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 value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0DEE9 (or 0xD0DEE9) is known color: 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

RGB 208 222 233 -
CMYK 0.11 0.05 0 0.09
HSL 206.4º 0.36% 0.86% -
HSV(B) 206.4º 0.11% 0.91% -
XYZ 66.84 71.54 87.38 -
YUV 219.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 208 222 233 0.11 0.05 0 0.09 206.4 0.36 0.86
Hex D0 DE E9 B 5 0 9 CE 24 56
Octal 320 336 351 13 5 0 11 316 44 126
Binary 11010000 11011110 11101001 1011 101 0 1001 11001110 100100 1010110

Color Harmonies of #D0DEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DEE9

Black with #D0DEE9

Text Example


Text Example

White with #D0DEE9

Text Example


Text Example

HTML Codes & Css Web 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>