#D0D4EC

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

Shades of Hawkes Blue #D0D4EC

Tints of Hawkes Blue #D0D4EC

Color information

#D0D4EC (or 0xD0D4EC) is unknown color: approx Hawkes Blue. HEX triplet: D0, D4 and EC. RGB value is (208,212,236). Sum of RGB (Red+Green+Blue) = 208+212+236=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0D4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D4EC is #2F2B13. Grayscale: #D5D5D5. Windows color (decimal): -3091220 or 15520976. OLE color: 15520976.

HSL color Cylindrical-coordinate representation of color #D0D4EC: hue angle of 231.43º degrees, saturation: 0.42, 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 #D0D4EC is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208212236-
CMYK0.120.1000.07
HSL231.43º42.42%87.06%-
HSV(B)231.43º11.86%92.55%-
XYZ64.766.5588.79-
YUV213.54140.67124.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.71%
GREEN value IS 212 (83.20% from 255) = 32.32%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=31.71%
G=32.32%
B=35.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082122360.120.1000.07231.4342.4287.06
HexD0D4ECCA07e72a57
Octal32032435414120734752127
Binary110100001101010011101100110010100111111001111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D4EC; }

 p { color: rgb(208,212,236); }

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

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

 a { background-color: rgb(208,212,236); }

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

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

 span { border-color: rgb(208,212,236); }

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