#D0DCEA

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

Shades of Hawkes Blue #D0DCEA

Tints of Hawkes Blue #D0DCEA

Color information

#D0DCEA (or 0xD0DCEA) is unknown color: approx Hawkes Blue. HEX triplet: D0, DC and EA. RGB value is (208,220,234). Sum of RGB (Red+Green+Blue) = 208+220+234=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCEA is #2F2315. Grayscale: #D9D9D9. Windows color (decimal): -3089174 or 15391952. OLE color: 15391952.

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

Color convert

RGB208220234-
CMYK0.110.0600.08
HSL212.31º38.24%86.67%-
HSV(B)212.31º11.11%91.76%-
XYZ66.4670.5487.95-
YUV218.01137.02120.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.42%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=31.42%
G=33.23%
B=35.35%

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
Decimal2082202340.110.0600.08212.3138.2486.67
HexD0DCEAB608d42657
Octal32033435213601032446127
Binary110100001101110011101010101111001000110101001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCEA; }

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

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

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

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

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

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

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

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