#D7DEFC

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

Shades of Hawkes Blue #D7DEFC

Tints of Hawkes Blue #D7DEFC

Color information

#D7DEFC (or 0xD7DEFC) is unknown color: approx Hawkes Blue. HEX triplet: D7, DE and FC. RGB value is (215,222,252). Sum of RGB (Red+Green+Blue) = 215+222+252=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DEFC is #282103. Grayscale: #DFDFDF. Windows color (decimal): -2629892 or 16572119. OLE color: 16572119.

HSL color Cylindrical-coordinate representation of color #D7DEFC: hue angle of 228.65º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7DEFC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215222252-
CMYK0.150.1200.01
HSL228.65º86.05%91.57%-
HSV(B)228.65º14.68%98.82%-
XYZ71.7273.72102.54-
YUV223.33144.18122.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.20%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=31.20%
G=32.22%
B=36.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152222520.150.1200.01228.6586.0591.57
HexD7DEFCFC01e5565c
Octal327336374171401345126134
Binary11010111110111101111110011111100011110010110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEFC; }

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

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

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

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

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

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

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

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