#D0DBEE

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

Shades of Hawkes Blue #D0DBEE

Tints of Hawkes Blue #D0DBEE

Color information

#D0DBEE (or 0xD0DBEE) is unknown color: approx Hawkes Blue. HEX triplet: D0, DB and EE. RGB value is (208,219,238). Sum of RGB (Red+Green+Blue) = 208+219+238=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBEE is #2F2411. Grayscale: #D9D9D9. Windows color (decimal): -3089426 or 15653840. OLE color: 15653840.

HSL color Cylindrical-coordinate representation of color #D0DBEE: hue angle of 218º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DBEE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208219238-
CMYK0.130.0800.07
HSL218º46.87%87.45%-
HSV(B)218º12.61%93.33%-
XYZ66.7870.2590.93-
YUV217.88139.36120.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 219 (85.94% from 255) = 32.93%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=31.28%
G=32.93%
B=35.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082192380.130.0800.0721846.8787.45
HexD0DBEED807da2f57
Octal32033335615100733257127
Binary110100001101101111101110110110000111110110101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBEE; }

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

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

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

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

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

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

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

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