#D4DDFF

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

Shades of Hawkes Blue #D4DDFF

Tints of Hawkes Blue #D4DDFF

Color information

#D4DDFF (or 0xD4DDFF) is unknown color: approx Hawkes Blue. HEX triplet: D4, DD and FF. RGB value is (212,221,255). Sum of RGB (Red+Green+Blue) = 212+221+255=688 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.81% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DDFF is #2B2200. Grayscale: #DEDEDE. Windows color (decimal): -2826753 or 16768468. OLE color: 16768468.

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

Color convert

RGB212221255-
CMYK0.170.1300
HSL227.44º100%91.57%-
HSV(B)227.44º16.86%100%-
XYZ71.0672.93104.94-
YUV222.18146.52120.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.81%
GREEN value IS 221 (86.72% from 255) = 32.12%
BLUE value IS 255 (100% from 255) = 37.06%
R=30.81%
G=32.12%
B=37.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122212550.170.1300227.4410091.57
HexD4DDFF11D00e3645c
Octal324335377211500343144134
Binary110101001101110111111111100011101001110001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDFF; }

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

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

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

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

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

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

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

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