Html Css Color HEX #D2DDEC Hawkes Blue

📋 copy color: '#D2DDEC'

red 210 ◦ green 221 ◦ blue 236

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

Shades of Hawkes Blue #D2DDEC

Tints of Hawkes Blue #D2DDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.38%

R = 31.48%
G = 33.13%
B = 35.38%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D2DDEC (or 0xD2DDEC) is known color: Hawkes Blue. HEX triplet: D2, DD and EC. RGB value is (210,221,236). Sum of RGB (Red+Green+Blue) = 210+221+236=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDEC is #2D2213. Grayscale: #DBDBDB. Windows color (decimal): -2957844 or 15523282. OLE color: 15523282.

HSL color Cylindrical-coordinate representation of color #D2DDEC: hue angle of 214.62º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DDEC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 221 236 -
CMYK 0.11 0.06 0 0.07
HSL 214.62º 0.41% 0.87% -
HSV(B) 214.62º 0.11% 0.93% -
XYZ 67.58 71.47 89.59 -
YUV 219.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 210 221 236 0.11 0.06 0 0.07 214.62 0.41 0.87
Hex D2 DD EC B 6 0 7 D7 29 57
Octal 322 335 354 13 6 0 7 327 51 127
Binary 11010010 11011101 11101100 1011 110 0 111 11010111 101001 1010111

Color Harmonies of #D2DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDEC

Black with #D2DDEC

Text Example


Text Example

White with #D2DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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