#D4DDEA

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

Shades of Hawkes Blue #D4DDEA

Tints of Hawkes Blue #D4DDEA

Color information

#D4DDEA (or 0xD4DDEA) is unknown color: approx Hawkes Blue. HEX triplet: D4, DD and EA. RGB value is (212,221,234). Sum of RGB (Red+Green+Blue) = 212+221+234=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DDEA is #2B2215. Grayscale: #DBDBDB. Windows color (decimal): -2826774 or 15392212. OLE color: 15392212.

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

Color convert

RGB212221234-
CMYK0.090.0600.08
HSL215.45º34.37%87.45%-
HSV(B)215.45º9.4%91.76%-
XYZ67.8671.6588.1-
YUV219.79136.02122.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.78%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=31.78%
G=33.13%
B=35.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122212340.090.0600.08215.4534.3787.45
HexD4DDEA9608d72257
Octal32433535211601032742127
Binary110101001101110111101010100111001000110101111000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDEA; }

 p { color: rgb(212,221,234); }

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

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

 a { background-color: rgb(212,221,234); }

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

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

 span { border-color: rgb(212,221,234); }

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