Html Css Color HEX #D5DAE9 Hawkes Blue

📋 copy color: '#D5DAE9'

red 213 ◦ green 218 ◦ blue 233

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

Shades of Hawkes Blue #D5DAE9

Tints of Hawkes Blue #D5DAE9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.83%

 BLUE value IS 233 (91.41% from 255) = 35.09%

R = 32.08%
G = 32.83%
B = 35.09%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D5DAE9 (or 0xD5DAE9) is known color: Hawkes Blue. HEX triplet: D5, DA and E9. RGB value is (213,218,233). Sum of RGB (Red+Green+Blue) = 213+218+233=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAE9 is #2A2516. Grayscale: #DADADA. Windows color (decimal): -2762007 or 15325909. OLE color: 15325909.

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

Color convert

RGB 213 218 233 -
CMYK 0.09 0.06 0 0.09
HSL 225º 0.31% 0.87% -
HSV(B) 225º 0.09% 0.91% -
XYZ 67.22 70.17 87.09 -
YUV 218.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 213 218 233 0.09 0.06 0 0.09 225 0.31 0.87
Hex D5 DA E9 9 6 0 9 E1 1F 57
Octal 325 332 351 11 6 0 11 341 37 127
Binary 11010101 11011010 11101001 1001 110 0 1001 11100001 11111 1010111

Color Harmonies of #D5DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAE9

Black with #D5DAE9

Text Example


Text Example

White with #D5DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAE9; }

 p { color: rgb(213,218,233); }

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

background-color css

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

 a { background-color: rgb(213,218,233); }

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

border-color css

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

 span { border-color: rgb(213,218,233); }

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