#D2DDFF

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

Shades of Hawkes Blue #D2DDFF

Tints of Hawkes Blue #D2DDFF

Color information

#D2DDFF (or 0xD2DDFF) is unknown color: approx Hawkes Blue. HEX triplet: D2, DD and FF. RGB value is (210,221,255). Sum of RGB (Red+Green+Blue) = 210+221+255=686 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.61% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDFF is #2D2200. Grayscale: #DDDDDD. Windows color (decimal): -2957825 or 16768466. OLE color: 16768466.

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

Color convert

RGB210221255-
CMYK0.180.1300
HSL225.33º100%91.18%-
HSV(B)225.33º17.65%100%-
XYZ70.4872.63104.91-
YUV221.59146.86119.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.61%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 255 (100% from 255) = 37.17%
R=30.61%
G=32.22%
B=37.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102212550.180.1300225.3310091.18
HexD2DDFF12D00e1645b
Octal322335377221500341144133
Binary110100101101110111111111100101101001110000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDFF; }

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

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

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

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

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

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

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

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