#D0DBEF

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

Shades of Hawkes Blue #D0DBEF

Tints of Hawkes Blue #D0DBEF

Color information

#D0DBEF (or 0xD0DBEF) is unknown color: approx Hawkes Blue. HEX triplet: D0, DB and EF. RGB value is (208,219,239). Sum of RGB (Red+Green+Blue) = 208+219+239=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBEF is #2F2410. Grayscale: #D9D9D9. Windows color (decimal): -3089425 or 15719376. OLE color: 15719376.

HSL color Cylindrical-coordinate representation of color #D0DBEF: hue angle of 218.71º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DBEF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208219239-
CMYK0.130.0800.06
HSL218.71º49.21%87.65%-
HSV(B)218.71º12.97%93.73%-
XYZ66.9270.391.7-
YUV217.99139.86120.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.23%
GREEN value IS 219 (85.94% from 255) = 32.88%
BLUE value IS 239 (93.75% from 255) = 35.89%
R=31.23%
G=32.88%
B=35.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082192390.130.0800.06218.7149.2187.65
HexD0DBEFD806db3158
Octal32033335715100633361130
Binary110100001101101111101111110110000110110110111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBEF; }

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

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

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

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

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

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

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

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