#D4DCFF

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

Shades of Hawkes Blue #D4DCFF

Tints of Hawkes Blue #D4DCFF

Color information

#D4DCFF (or 0xD4DCFF) is unknown color: approx Hawkes Blue. HEX triplet: D4, DC and FF. RGB value is (212,220,255). Sum of RGB (Red+Green+Blue) = 212+220+255=687 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.86% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DCFF is #2B2300. Grayscale: #DDDDDD. Windows color (decimal): -2827009 or 16768212. OLE color: 16768212.

HSL color Cylindrical-coordinate representation of color #D4DCFF: hue angle of 228.84º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4DCFF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212220255-
CMYK0.170.1400
HSL228.84º100%91.57%-
HSV(B)228.84º16.86%100%-
XYZ70.7972.4104.85-
YUV221.6146.85121.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.86%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 255 (100% from 255) = 37.12%
R=30.86%
G=32.02%
B=37.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122202550.170.1400228.8410091.57
HexD4DCFF11E00e5645c
Octal324334377211600345144134
Binary110101001101110011111111100011110001110010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCFF; }

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

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

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

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

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

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

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

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