Html Css Color HEX #D5DBEB Hawkes Blue

📋 copy color: '#D5DBEB'

red 213 ◦ green 219 ◦ blue 235

#D5DBEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #D5DBEB

Tints of Hawkes Blue #D5DBEB

RGB

 RED value IS 213 (83.59% from 255) = 31.93%

 GREEN value IS 219 (85.94% from 255) = 32.83%

 BLUE value IS 235 (92.19% from 255) = 35.23%

R = 31.93%
G = 32.83%
B = 35.23%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5DBEB (or 0xD5DBEB) is known color: Hawkes Blue. HEX triplet: D5, DB and EB. RGB value is (213,219,235). Sum of RGB (Red+Green+Blue) = 213+219+235=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBEB is #2A2414. Grayscale: #DADADA. Windows color (decimal): -2761749 or 15457237. OLE color: 15457237.

HSL color Cylindrical-coordinate representation of color #D5DBEB: hue angle of 223.64º 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 #D5DBEB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 219 235 -
CMYK 0.09 0.07 0 0.08
HSL 223.64º 0.35% 0.88% -
HSV(B) 223.64º 0.09% 0.92% -
XYZ 67.77 70.81 88.69 -
YUV 219.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 213 219 235 0.09 0.07 0 0.08 223.64 0.35 0.88
Hex D5 DB EB 9 7 0 8 E0 23 58
Octal 325 333 353 11 7 0 10 340 43 130
Binary 11010101 11011011 11101011 1001 111 0 1000 11100000 100011 1011000

Color Harmonies of #D5DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBEB

Black with #D5DBEB

Text Example


Text Example

White with #D5DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBEB; }

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

 H1.HeaderClassName
 {
   color: #D5DBEB;
 }
 .AnyTagClassName
 {
   color: #D5DBEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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