#D0DBE8

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

Shades of Hawkes Blue #D0DBE8

Tints of Hawkes Blue #D0DBE8

Color information

#D0DBE8 (or 0xD0DBE8) is unknown color: approx Hawkes Blue. HEX triplet: D0, DB and E8. RGB value is (208,219,232). Sum of RGB (Red+Green+Blue) = 208+219+232=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0DBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBE8 is #2F2417. Grayscale: #D9D9D9. Windows color (decimal): -3089432 or 15260624. OLE color: 15260624.

HSL color Cylindrical-coordinate representation of color #D0DBE8: hue angle of 212.5º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0DBE8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208219232-
CMYK0.100.0600.09
HSL212.5º34.29%86.27%-
HSV(B)212.5º10.34%90.98%-
XYZ65.9169.986.36-
YUV217.19136.36121.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.56%
GREEN value IS 219 (85.94% from 255) = 33.23%
BLUE value IS 232 (91.02% from 255) = 35.20%
R=31.56%
G=33.23%
B=35.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082192320.100.0600.09212.534.2986.27
HexD0DBE8A609d42256
Octal32033335012601132442126
Binary110100001101101111101000101011001001110101001000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBE8; }

 p { color: rgb(208,219,232); }

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

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

 a { background-color: rgb(208,219,232); }

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

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

 span { border-color: rgb(208,219,232); }

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