Html Css Color HEX #D9DDE4 Hawkes Blue

📋 copy color: '#D9DDE4'

red 217 ◦ green 221 ◦ blue 228

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

Shades of Hawkes Blue #D9DDE4

Tints of Hawkes Blue #D9DDE4

RGB

 RED value IS 217 (85.16% from 255) = 32.58%

 GREEN value IS 221 (86.72% from 255) = 33.18%

 BLUE value IS 228 (89.45% from 255) = 34.23%

R = 32.58%
G = 33.18%
B = 34.23%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D9DDE4 (or 0xD9DDE4) is known color: Hawkes Blue. HEX triplet: D9, DD and E4. RGB value is (217,221,228). Sum of RGB (Red+Green+Blue) = 217+221+228=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9DDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDE4 is #26221B. Grayscale: #DCDCDC. Windows color (decimal): -2499100 or 14999001. OLE color: 14999001.

HSL color Cylindrical-coordinate representation of color #D9DDE4: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9DDE4 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 221 228 -
CMYK 0.05 0.03 0 0.11
HSL 218.18º 0.17% 0.87% -
HSV(B) 218.18º 0.05% 0.89% -
XYZ 68.48 72.07 83.7 -
YUV 220.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 217 221 228 0.05 0.03 0 0.11 218.18 0.17 0.87
Hex D9 DD E4 5 3 0 B DA 11 57
Octal 331 335 344 5 3 0 13 332 21 127
Binary 11011001 11011101 11100100 101 11 0 1011 11011010 10001 1010111

Color Harmonies of #D9DDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDE4

Black with #D9DDE4

Text Example


Text Example

White with #D9DDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDE4; }

 p { color: rgb(217,221,228); }

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

background-color css

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

 a { background-color: rgb(217,221,228); }

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

border-color css

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

 span { border-color: rgb(217,221,228); }

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