#D4DEFC

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

Shades of Hawkes Blue #D4DEFC

Tints of Hawkes Blue #D4DEFC

Color information

#D4DEFC (or 0xD4DEFC) is unknown color: approx Hawkes Blue. HEX triplet: D4, DE and FC. RGB value is (212,222,252). Sum of RGB (Red+Green+Blue) = 212+222+252=686 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.90% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DEFC is #2B2103. Grayscale: #DEDEDE. Windows color (decimal): -2826500 or 16572116. OLE color: 16572116.

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

Color convert

RGB212222252-
CMYK0.160.1200.01
HSL225º86.96%90.98%-
HSV(B)225º15.87%98.82%-
XYZ70.8473.27102.5-
YUV222.43144.69120.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.90%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=30.90%
G=32.36%
B=36.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122222520.160.1200.0122586.9690.98
HexD4DEFC10C01e1575b
Octal324336374201401341127133
Binary110101001101111011111100100001100011110000110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DEFC; }

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

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

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

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

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

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

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

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