Html Css Color HEX #D2DDEA Hawkes Blue

📋 copy color: '#D2DDEA'

red 210 ◦ green 221 ◦ blue 234

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

Shades of Hawkes Blue #D2DDEA

Tints of Hawkes Blue #D2DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.23%

 BLUE value IS 234 (91.8% from 255) = 35.19%

R = 31.58%
G = 33.23%
B = 35.19%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D2DDEA (or 0xD2DDEA) is known color: Hawkes Blue. HEX triplet: D2, DD and EA. RGB value is (210,221,234). Sum of RGB (Red+Green+Blue) = 210+221+234=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDEA is #2D2215. Grayscale: #DBDBDB. Windows color (decimal): -2957846 or 15392210. OLE color: 15392210.

HSL color Cylindrical-coordinate representation of color #D2DDEA: hue angle of 212.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2DDEA is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 221 234 -
CMYK 0.10 0.06 0 0.08
HSL 212.5º 0.36% 0.87% -
HSV(B) 212.5º 0.1% 0.92% -
XYZ 67.29 71.36 88.07 -
YUV 219.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 210 221 234 0.10 0.06 0 0.08 212.5 0.36 0.87
Hex D2 DD EA A 6 0 8 D4 24 57
Octal 322 335 352 12 6 0 10 324 44 127
Binary 11010010 11011101 11101010 1010 110 0 1000 11010100 100100 1010111

Color Harmonies of #D2DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDEA

Black with #D2DDEA

Text Example


Text Example

White with #D2DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDEA; }

 p { color: rgb(210,221,234); }

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

background-color css

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

 a { background-color: rgb(210,221,234); }

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

border-color css

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

 span { border-color: rgb(210,221,234); }

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