#D0DBED

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

Shades of Hawkes Blue #D0DBED

Tints of Hawkes Blue #D0DBED

Color information

#D0DBED (or 0xD0DBED) is unknown color: approx Hawkes Blue. HEX triplet: D0, DB and ED. RGB value is (208,219,237). Sum of RGB (Red+Green+Blue) = 208+219+237=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBED is #2F2412. Grayscale: #D9D9D9. Windows color (decimal): -3089427 or 15588304. OLE color: 15588304.

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

Color convert

RGB208219237-
CMYK0.120.0800.07
HSL217.24º44.62%87.25%-
HSV(B)217.24º12.24%92.94%-
XYZ66.6370.1990.16-
YUV217.76138.86121.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.33%
GREEN value IS 219 (85.94% from 255) = 32.98%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=31.33%
G=32.98%
B=35.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082192370.120.0800.07217.2444.6287.25
HexD0DBEDC807d92d57
Octal32033335514100733155127
Binary110100001101101111101101110010000111110110011011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBED; }

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

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

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

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

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

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

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

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