Html Css Color HEX #D5DBE7 Hawkes Blue

📋 copy color: '#D5DBE7'

red 213 ◦ green 219 ◦ blue 231

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

Shades of Hawkes Blue #D5DBE7

Tints of Hawkes Blue #D5DBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.84%

R = 32.13%
G = 33.03%
B = 34.84%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D5DBE7 (or 0xD5DBE7) is known color: Hawkes Blue. HEX triplet: D5, DB and E7. RGB value is (213,219,231). Sum of RGB (Red+Green+Blue) = 213+219+231=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5DBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBE7 is #2A2418. Grayscale: #DADADA. Windows color (decimal): -2761753 or 15195093. OLE color: 15195093.

HSL color Cylindrical-coordinate representation of color #D5DBE7: hue angle of 220º degrees, saturation: 0.27, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5DBE7 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 219 231 -
CMYK 0.08 0.05 0 0.09
HSL 220º 0.27% 0.87% -
HSV(B) 220º 0.08% 0.91% -
XYZ 67.2 70.58 85.68 -
YUV 218.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 213 219 231 0.08 0.05 0 0.09 220 0.27 0.87
Hex D5 DB E7 8 5 0 9 DC 1B 57
Octal 325 333 347 10 5 0 11 334 33 127
Binary 11010101 11011011 11100111 1000 101 0 1001 11011100 11011 1010111

Color Harmonies of #D5DBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBE7

Black with #D5DBE7

Text Example


Text Example

White with #D5DBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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