#D0DCEE

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

Shades of Hawkes Blue #D0DCEE

Tints of Hawkes Blue #D0DCEE

Color information

#D0DCEE (or 0xD0DCEE) is unknown color: approx Hawkes Blue. HEX triplet: D0, DC and EE. RGB value is (208,220,238). Sum of RGB (Red+Green+Blue) = 208+220+238=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCEE is #2F2311. Grayscale: #DADADA. Windows color (decimal): -3089170 or 15654096. OLE color: 15654096.

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

Color convert

RGB208220238-
CMYK0.130.0800.07
HSL216º46.87%87.45%-
HSV(B)216º12.61%93.33%-
XYZ67.0470.7791.02-
YUV218.46139.02120.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.23%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=31.23%
G=33.03%
B=35.74%

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
Decimal2082202380.130.0800.0721646.8787.45
HexD0DCEED807d82f57
Octal32033435615100733057127
Binary110100001101110011101110110110000111110110001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCEE; }

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

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

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

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

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

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

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

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