#D0DCEF

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

Shades of Hawkes Blue #D0DCEF

Tints of Hawkes Blue #D0DCEF

Color information

#D0DCEF (or 0xD0DCEF) is unknown color: approx Hawkes Blue. HEX triplet: D0, DC and EF. RGB value is (208,220,239). Sum of RGB (Red+Green+Blue) = 208+220+239=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCEF is #2F2310. Grayscale: #DADADA. Windows color (decimal): -3089169 or 15719632. OLE color: 15719632.

HSL color Cylindrical-coordinate representation of color #D0DCEF: hue angle of 216.77º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DCEF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208220239-
CMYK0.130.0800.06
HSL216.77º49.21%87.65%-
HSV(B)216.77º12.97%93.73%-
XYZ67.1970.8391.79-
YUV218.58139.52120.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.18%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 239 (93.75% from 255) = 35.83%
R=31.18%
G=32.98%
B=35.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082202390.130.0800.06216.7749.2187.65
HexD0DCEFD806d93158
Octal32033435715100633161130
Binary110100001101110011101111110110000110110110011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCEF; }

 p { color: rgb(208,220,239); }

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

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

 a { background-color: rgb(208,220,239); }

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

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

 span { border-color: rgb(208,220,239); }

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