Html Css Color HEX #D2DEE9 Pattens Blue

📋 copy color: '#D2DEE9'

red 210 ◦ green 222 ◦ blue 233

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

Shades of Pattens Blue #D2DEE9

Tints of Pattens Blue #D2DEE9

RGB

 RED value IS 210 (82.42% from 255) = 31.58%

 GREEN value IS 222 (87.11% from 255) = 33.38%

 BLUE value IS 233 (91.41% from 255) = 35.04%

R = 31.58%
G = 33.38%
B = 35.04%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D2DEE9 (or 0xD2DEE9) is known color: Pattens Blue. HEX triplet: D2, DE and E9. RGB value is (210,222,233). Sum of RGB (Red+Green+Blue) = 210+222+233=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #D2DEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DEE9 is #2D2116. Grayscale: #DBDBDB. Windows color (decimal): -2957591 or 15326930. OLE color: 15326930.

HSL color Cylindrical-coordinate representation of color #D2DEE9: hue angle of 208.7º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2DEE9 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 222 233 -
CMYK 0.10 0.05 0 0.09
HSL 208.7º 0.34% 0.87% -
HSV(B) 208.7º 0.1% 0.91% -
XYZ 67.41 71.83 87.4 -
YUV 219.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 210 222 233 0.10 0.05 0 0.09 208.7 0.34 0.87
Hex D2 DE E9 A 5 0 9 D1 22 57
Octal 322 336 351 12 5 0 11 321 42 127
Binary 11010010 11011110 11101001 1010 101 0 1001 11010001 100010 1010111

Color Harmonies of #D2DEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DEE9

Black with #D2DEE9

Text Example


Text Example

White with #D2DEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DEE9; }

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

 H1.HeaderClassName
 {
   color: #D2DEE9;
 }
 .AnyTagClassName
 {
   color: #D2DEE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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