#D2DBEE

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

Shades of Hawkes Blue #D2DBEE

Tints of Hawkes Blue #D2DBEE

Color information

#D2DBEE (or 0xD2DBEE) is unknown color: approx Hawkes Blue. HEX triplet: D2, DB and EE. RGB value is (210,219,238). Sum of RGB (Red+Green+Blue) = 210+219+238=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBEE is #2D2411. Grayscale: #DADADA. Windows color (decimal): -2958354 or 15653842. OLE color: 15653842.

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

Color convert

RGB210219238-
CMYK0.120.0800.07
HSL220.71º45.16%87.84%-
HSV(B)220.71º11.76%93.33%-
XYZ67.3470.5490.95-
YUV218.48139.02121.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.48%
GREEN value IS 219 (85.94% from 255) = 32.83%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=31.48%
G=32.83%
B=35.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102192380.120.0800.07220.7145.1687.84
HexD2DBEEC807dd2d58
Octal32233335614100733555130
Binary110100101101101111101110110010000111110111011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBEE; }

 p { color: rgb(210,219,238); }

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

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

 a { background-color: rgb(210,219,238); }

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

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

 span { border-color: rgb(210,219,238); }

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