#D2DCEC

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

Shades of Hawkes Blue #D2DCEC

Tints of Hawkes Blue #D2DCEC

Color information

#D2DCEC (or 0xD2DCEC) is unknown color: approx Hawkes Blue. HEX triplet: D2, DC and EC. RGB value is (210,220,236). Sum of RGB (Red+Green+Blue) = 210+220+236=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCEC is #2D2313. Grayscale: #DADADA. Windows color (decimal): -2958100 or 15523026. OLE color: 15523026.

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

Color convert

RGB210220236-
CMYK0.110.0700.07
HSL216.92º40.62%87.45%-
HSV(B)216.92º11.02%92.55%-
XYZ67.3170.9489.5-
YUV218.83137.69121.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=31.53%
G=33.03%
B=35.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102202360.110.0700.07216.9240.6287.45
HexD2DCECB707d92957
Octal3223343541370733151127
Binary11010010110111001110110010111110111110110011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCEC; }

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

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

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

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

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

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

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

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