#D2DAEC

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

Shades of Hawkes Blue #D2DAEC

Tints of Hawkes Blue #D2DAEC

Color information

#D2DAEC (or 0xD2DAEC) is unknown color: approx Hawkes Blue. HEX triplet: D2, DA and EC. RGB value is (210,218,236). Sum of RGB (Red+Green+Blue) = 210+218+236=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAEC is #2D2513. Grayscale: #D9D9D9. Windows color (decimal): -2958612 or 15522514. OLE color: 15522514.

HSL color Cylindrical-coordinate representation of color #D2DAEC: hue angle of 221.54º 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 #D2DAEC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210218236-
CMYK0.110.0800.07
HSL221.54º40.62%87.45%-
HSV(B)221.54º11.02%92.55%-
XYZ66.7969.989.33-
YUV217.66138.35122.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.63%
GREEN value IS 218 (85.55% from 255) = 32.83%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=31.63%
G=32.83%
B=35.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102182360.110.0800.07221.5440.6287.45
HexD2DAECB807de2957
Octal32233235413100733651127
Binary110100101101101011101100101110000111110111101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAEC; }

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

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

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

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

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

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

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

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