#D7DEED

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

Shades of Hawkes Blue #D7DEED

Tints of Hawkes Blue #D7DEED

Color information

#D7DEED (or 0xD7DEED) is unknown color: approx Hawkes Blue. HEX triplet: D7, DE and ED. RGB value is (215,222,237). Sum of RGB (Red+Green+Blue) = 215+222+237=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DEED is #282112. Grayscale: #DDDDDD. Windows color (decimal): -2629907 or 15589079. OLE color: 15589079.

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

Color convert

RGB215222237-
CMYK0.090.0600.07
HSL220.91º37.93%88.63%-
HSV(B)220.91º9.28%92.94%-
XYZ69.4372.890.51-
YUV221.62136.68123.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.90%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=31.90%
G=32.94%
B=35.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152222370.090.0600.07220.9137.9388.63
HexD7DEED9607dd2659
Octal3273363551160733546131
Binary11010111110111101110110110011100111110111011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEED; }

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

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

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

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

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

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

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

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