#D0DCEB

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

Shades of Hawkes Blue #D0DCEB

Tints of Hawkes Blue #D0DCEB

Color information

#D0DCEB (or 0xD0DCEB) is unknown color: approx Hawkes Blue. HEX triplet: D0, DC and EB. RGB value is (208,220,235). Sum of RGB (Red+Green+Blue) = 208+220+235=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCEB is #2F2314. Grayscale: #DADADA. Windows color (decimal): -3089173 or 15457488. OLE color: 15457488.

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

Color convert

RGB208220235-
CMYK0.110.0600.08
HSL213.33º40.3%86.86%-
HSV(B)213.33º11.49%92.16%-
XYZ66.670.5988.71-
YUV218.12137.52120.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.37%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=31.37%
G=33.18%
B=35.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082202350.110.0600.08213.3340.386.86
HexD0DCEBB608d52857
Octal32033435313601032550127
Binary110100001101110011101011101111001000110101011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCEB; }

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

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

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

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

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

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

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

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