Html Css Color HEX #D9DCE0 Hawkes Blue

📋 copy color: '#D9DCE0'

red 217 ◦ green 220 ◦ blue 224

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

Shades of Hawkes Blue #D9DCE0

Tints of Hawkes Blue #D9DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.28%

 BLUE value IS 224 (87.89% from 255) = 33.89%

R = 32.83%
G = 33.28%
B = 33.89%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9DCE0 (or 0xD9DCE0) is known color: Hawkes Blue. HEX triplet: D9, DC and E0. RGB value is (217,220,224). Sum of RGB (Red+Green+Blue) = 217+220+224=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9DCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCE0 is #26231F. Grayscale: #DBDBDB. Windows color (decimal): -2499360 or 14736601. OLE color: 14736601.

HSL color Cylindrical-coordinate representation of color #D9DCE0: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DCE0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 220 224 -
CMYK 0.03 0.02 0 0.12
HSL 214.29º 0.1% 0.86% -
HSV(B) 214.29º 0.03% 0.88% -
XYZ 67.66 71.32 80.72 -
YUV 219.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 217 220 224 0.03 0.02 0 0.12 214.29 0.1 0.86
Hex D9 DC E0 3 2 0 C D6 A 56
Octal 331 334 340 3 2 0 14 326 12 126
Binary 11011001 11011100 11100000 11 10 0 1100 11010110 1010 1010110

Color Harmonies of #D9DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCE0

Black with #D9DCE0

Text Example


Text Example

White with #D9DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCE0; }

 p { color: rgb(217,220,224); }

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

background-color css

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

 a { background-color: rgb(217,220,224); }

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

border-color css

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

 span { border-color: rgb(217,220,224); }

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