#D0DEEE

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

Shades of Hawkes Blue #D0DEEE

Tints of Hawkes Blue #D0DEEE

Color information

#D0DEEE (or 0xD0DEEE) is unknown color: approx Hawkes Blue. HEX triplet: D0, DE and EE. RGB value is (208,222,238). Sum of RGB (Red+Green+Blue) = 208+222+238=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEEE is #2F2111. Grayscale: #DBDBDB. Windows color (decimal): -3088658 or 15654608. OLE color: 15654608.

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

Color convert

RGB208222238-
CMYK0.130.0700.07
HSL212º46.87%87.45%-
HSV(B)212º12.61%93.33%-
XYZ67.5771.8391.19-
YUV219.64138.36119.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.14%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=31.14%
G=33.23%
B=35.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082222380.130.0700.0721246.8787.45
HexD0DEEED707d42f57
Octal3203363561570732457127
Binary11010000110111101110111011011110111110101001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DEEE; }

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

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

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

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

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

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

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

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