#D2DDEF

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

Shades of Hawkes Blue #D2DDEF

Tints of Hawkes Blue #D2DDEF

Color information

#D2DDEF (or 0xD2DDEF) is unknown color: approx Hawkes Blue. HEX triplet: D2, DD and EF. RGB value is (210,221,239). Sum of RGB (Red+Green+Blue) = 210+221+239=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDEF is #2D2210. Grayscale: #DBDBDB. Windows color (decimal): -2957841 or 15719890. OLE color: 15719890.

HSL color Cylindrical-coordinate representation of color #D2DDEF: hue angle of 217.24º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DDEF is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210221239-
CMYK0.120.0800.06
HSL217.24º47.54%88.04%-
HSV(B)217.24º12.13%93.73%-
XYZ68.0171.6591.91-
YUV219.76138.86121.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.34%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=31.34%
G=32.99%
B=35.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102212390.120.0800.06217.2447.5488.04
HexD2DDEFC806d93058
Octal32233535714100633160130
Binary110100101101110111101111110010000110110110011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDEF; }

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

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

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

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

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

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

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

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