#D7DEF2

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

Shades of Hawkes Blue #D7DEF2

Tints of Hawkes Blue #D7DEF2

Color information

#D7DEF2 (or 0xD7DEF2) is unknown color: approx Hawkes Blue. HEX triplet: D7, DE and F2. RGB value is (215,222,242). Sum of RGB (Red+Green+Blue) = 215+222+242=679 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.66% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7DEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DEF2 is #28210D. Grayscale: #DEDEDE. Windows color (decimal): -2629902 or 15916759. OLE color: 15916759.

HSL color Cylindrical-coordinate representation of color #D7DEF2: hue angle of 224.44º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7DEF2 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215222242-
CMYK0.110.0800.05
HSL224.44º50.94%89.61%-
HSV(B)224.44º11.16%94.9%-
XYZ70.1773.194.42-
YUV222.19139.18122.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.66%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 242 (94.92% from 255) = 35.64%
R=31.66%
G=32.70%
B=35.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152222420.110.0800.05224.4450.9489.61
HexD7DEF2B805e0335a
Octal32733636213100534063132
Binary110101111101111011110010101110000101111000001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEF2; }

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

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

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

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

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

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

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

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