#D0DAEB

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

Shades of Hawkes Blue #D0DAEB

Tints of Hawkes Blue #D0DAEB

Color information

#D0DAEB (or 0xD0DAEB) is unknown color: approx Hawkes Blue. HEX triplet: D0, DA and EB. RGB value is (208,218,235). Sum of RGB (Red+Green+Blue) = 208+218+235=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAEB is #2F2514. Grayscale: #D8D8D8. Windows color (decimal): -3089685 or 15456976. OLE color: 15456976.

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

Color convert

RGB208218235-
CMYK0.110.0700.08
HSL217.78º40.3%86.86%-
HSV(B)217.78º11.49%92.16%-
XYZ66.0869.5588.54-
YUV216.95138.19121.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=31.47%
G=32.98%
B=35.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082182350.110.0700.08217.7840.386.86
HexD0DAEBB708da2857
Octal32033235313701033250127
Binary110100001101101011101011101111101000110110101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAEB; }

 p { color: rgb(208,218,235); }

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

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

 a { background-color: rgb(208,218,235); }

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

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

 span { border-color: rgb(208,218,235); }

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