Html Css Color HEX #D5DCE5 Hawkes Blue

📋 copy color: '#D5DCE5'

red 213 ◦ green 220 ◦ blue 229

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

Shades of Hawkes Blue #D5DCE5

Tints of Hawkes Blue #D5DCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.59%

R = 32.18%
G = 33.23%
B = 34.59%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D5DCE5 (or 0xD5DCE5) is known color: Hawkes Blue. HEX triplet: D5, DC and E5. RGB value is (213,220,229). Sum of RGB (Red+Green+Blue) = 213+220+229=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5DCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCE5 is #2A231A. Grayscale: #DADADA. Windows color (decimal): -2761499 or 15064277. OLE color: 15064277.

HSL color Cylindrical-coordinate representation of color #D5DCE5: hue angle of 213.75º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DCE5 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 220 229 -
CMYK 0.07 0.04 0 0.10
HSL 213.75º 0.24% 0.87% -
HSV(B) 213.75º 0.07% 0.9% -
XYZ 67.18 70.99 84.29 -
YUV 218.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 213 220 229 0.07 0.04 0 0.10 213.75 0.24 0.87
Hex D5 DC E5 7 4 0 A D6 18 57
Octal 325 334 345 7 4 0 12 326 30 127
Binary 11010101 11011100 11100101 111 100 0 1010 11010110 11000 1010111

Color Harmonies of #D5DCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCE5

Black with #D5DCE5

Text Example


Text Example

White with #D5DCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCE5; }

 p { color: rgb(213,220,229); }

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

background-color css

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

 a { background-color: rgb(213,220,229); }

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

border-color css

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

 span { border-color: rgb(213,220,229); }

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