#D4DDF8

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

Shades of Hawkes Blue #D4DDF8

Tints of Hawkes Blue #D4DDF8

Color information

#D4DDF8 (or 0xD4DDF8) is unknown color: approx Hawkes Blue. HEX triplet: D4, DD and F8. RGB value is (212,221,248). Sum of RGB (Red+Green+Blue) = 212+221+248=681 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.13% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 248 - color contains mainly: blue. Hex color #D4DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DDF8 is #2B2207. Grayscale: #DDDDDD. Windows color (decimal): -2826760 or 16309716. OLE color: 16309716.

HSL color Cylindrical-coordinate representation of color #D4DDF8: hue angle of 225º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4DDF8 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB212221248-
CMYK0.150.1100.03
HSL225º72%90.2%-
HSV(B)225º14.52%97.25%-
XYZ69.9572.4999.11-
YUV221.39143.02121.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.13%
GREEN value IS 221 (86.72% from 255) = 32.45%
BLUE value IS 248 (97.27% from 255) = 36.42%
R=31.13%
G=32.45%
B=36.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2122212480.150.1100.032257290.2
HexD4DDF8FB03e1485a
Octal324335370171303341110132
Binary110101001101110111111000111110110111110000110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDF8; }

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

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

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

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

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

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

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

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