#D2DCEB

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

Shades of Hawkes Blue #D2DCEB

Tints of Hawkes Blue #D2DCEB

Color information

#D2DCEB (or 0xD2DCEB) is unknown color: approx Hawkes Blue. HEX triplet: D2, DC and EB. RGB value is (210,220,235). Sum of RGB (Red+Green+Blue) = 210+220+235=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCEB is #2D2314. Grayscale: #DADADA. Windows color (decimal): -2958101 or 15457490. OLE color: 15457490.

HSL color Cylindrical-coordinate representation of color #D2DCEB: hue angle of 216º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DCEB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210220235-
CMYK0.110.0600.08
HSL216º38.46%87.25%-
HSV(B)216º10.64%92.16%-
XYZ67.1770.8988.74-
YUV218.72137.19121.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.58%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=31.58%
G=33.08%
B=35.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102202350.110.0600.0821638.4687.25
HexD2DCEBB608d82657
Octal32233435313601033046127
Binary110100101101110011101011101111001000110110001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCEB; }

 p { color: rgb(210,220,235); }

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

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

 a { background-color: rgb(210,220,235); }

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

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

 span { border-color: rgb(210,220,235); }

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