#D5DEEB

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

Shades of Hawkes Blue #D5DEEB

Tints of Hawkes Blue #D5DEEB

Color information

#D5DEEB (or 0xD5DEEB) is unknown color: approx Hawkes Blue. HEX triplet: D5, DE and EB. RGB value is (213,222,235). Sum of RGB (Red+Green+Blue) = 213+222+235=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEEB is #2A2114. Grayscale: #DCDCDC. Windows color (decimal): -2760981 or 15458005. OLE color: 15458005.

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

Color convert

RGB213222235-
CMYK0.090.0600.08
HSL215.45º35.48%87.84%-
HSV(B)215.45º9.36%92.16%-
XYZ68.5672.3988.96-
YUV220.79136.02122.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.79%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=31.79%
G=33.13%
B=35.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132222350.090.0600.08215.4535.4887.84
HexD5DEEB9608d72358
Octal32533635311601032743130
Binary110101011101111011101011100111001000110101111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEEB; }

 p { color: rgb(213,222,235); }

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

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

 a { background-color: rgb(213,222,235); }

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

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

 span { border-color: rgb(213,222,235); }

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