#D4DEED

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

Shades of Hawkes Blue #D4DEED

Tints of Hawkes Blue #D4DEED

Color information

#D4DEED (or 0xD4DEED) is unknown color: approx Hawkes Blue. HEX triplet: D4, DE and ED. RGB value is (212,222,237). Sum of RGB (Red+Green+Blue) = 212+222+237=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DEED is #2B2112. Grayscale: #DCDCDC. Windows color (decimal): -2826515 or 15589076. OLE color: 15589076.

HSL color Cylindrical-coordinate representation of color #D4DEED: hue angle of 216º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4DEED is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212222237-
CMYK0.110.0600.07
HSL216º40.98%88.04%-
HSV(B)216º10.55%92.94%-
XYZ68.5672.3590.47-
YUV220.72137.19121.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.59%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=31.59%
G=33.08%
B=35.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122222370.110.0600.0721640.9888.04
HexD4DEEDB607d82958
Octal3243363551360733051130
Binary11010100110111101110110110111100111110110001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DEED; }

 p { color: rgb(212,222,237); }

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

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

 a { background-color: rgb(212,222,237); }

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

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

 span { border-color: rgb(212,222,237); }

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