#D5DBEE

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

Shades of Hawkes Blue #D5DBEE

Tints of Hawkes Blue #D5DBEE

Color information

#D5DBEE (or 0xD5DBEE) is unknown color: approx Hawkes Blue. HEX triplet: D5, DB and EE. RGB value is (213,219,238). Sum of RGB (Red+Green+Blue) = 213+219+238=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBEE is #2A2411. Grayscale: #DBDBDB. Windows color (decimal): -2761746 or 15653845. OLE color: 15653845.

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

Color convert

RGB213219238-
CMYK0.110.0800.07
HSL225.6º42.37%88.43%-
HSV(B)225.6º10.5%93.33%-
XYZ68.270.9891-
YUV219.37138.51123.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.79%
GREEN value IS 219 (85.94% from 255) = 32.69%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=31.79%
G=32.69%
B=35.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132192380.110.0800.07225.642.3788.43
HexD5DBEEB807e22a58
Octal32533335613100734252130
Binary110101011101101111101110101110000111111000101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBEE; }

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

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

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

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

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

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

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

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