#D5DBEC

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

Shades of Hawkes Blue #D5DBEC

Tints of Hawkes Blue #D5DBEC

Color information

#D5DBEC (or 0xD5DBEC) is unknown color: approx Hawkes Blue. HEX triplet: D5, DB and EC. RGB value is (213,219,236). Sum of RGB (Red+Green+Blue) = 213+219+236=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBEC is #2A2413. Grayscale: #DBDBDB. Windows color (decimal): -2761748 or 15522773. OLE color: 15522773.

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

Color convert

RGB213219236-
CMYK0.100.0700.07
HSL224.35º37.7%88.04%-
HSV(B)224.35º9.75%92.55%-
XYZ67.9170.8789.46-
YUV219.14137.51123.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.89%
GREEN value IS 219 (85.94% from 255) = 32.78%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=31.89%
G=32.78%
B=35.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132192360.100.0700.07224.3537.788.04
HexD5DBECA707e02658
Octal3253333541270734046130
Binary11010101110110111110110010101110111111000001001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBEC; }

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

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

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

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

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

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

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

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