#D2DCED

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

Shades of Hawkes Blue #D2DCED

Tints of Hawkes Blue #D2DCED

Color information

#D2DCED (or 0xD2DCED) is unknown color: approx Hawkes Blue. HEX triplet: D2, DC and ED. RGB value is (210,220,237). Sum of RGB (Red+Green+Blue) = 210+220+237=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCED is #2D2312. Grayscale: #DADADA. Windows color (decimal): -2958099 or 15588562. OLE color: 15588562.

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

Color convert

RGB210220237-
CMYK0.110.0700.07
HSL217.78º42.86%87.65%-
HSV(B)217.78º11.39%92.94%-
XYZ67.467190.27-
YUV218.95138.19121.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.48%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=31.48%
G=32.98%
B=35.53%

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
Decimal2102202370.110.0700.07217.7842.8687.65
HexD2DCEDB707da2b58
Octal3223343551370733253130
Binary11010010110111001110110110111110111110110101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCED; }

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

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

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

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

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

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

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

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