#D4DCFC

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

Shades of Hawkes Blue #D4DCFC

Tints of Hawkes Blue #D4DCFC

Color information

#D4DCFC (or 0xD4DCFC) is unknown color: approx Hawkes Blue. HEX triplet: D4, DC and FC. RGB value is (212,220,252). Sum of RGB (Red+Green+Blue) = 212+220+252=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DCFC is #2B2303. Grayscale: #DDDDDD. Windows color (decimal): -2827012 or 16571604. OLE color: 16571604.

HSL color Cylindrical-coordinate representation of color #D4DCFC: hue angle of 228º 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 #D4DCFC is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212220252-
CMYK0.160.1300.01
HSL228º86.96%90.98%-
HSV(B)228º15.87%98.82%-
XYZ70.3272.21102.33-
YUV221.26145.35121.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.99%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=30.99%
G=32.16%
B=36.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122202520.160.1300.0122886.9690.98
HexD4DCFC10D01e4575b
Octal324334374201501344127133
Binary110101001101110011111100100001101011110010010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCFC; }

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

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

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

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

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

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

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

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