Html Css Color HEX #DCE0E5 Hawkes Blue

📋 copy color: '#DCE0E5'

red 220 ◦ green 224 ◦ blue 229

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

Shades of Hawkes Blue #DCE0E5

Tints of Hawkes Blue #DCE0E5

RGB

 RED value IS 220 (86.33% from 255) = 32.69%

 GREEN value IS 224 (87.89% from 255) = 33.28%

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

R = 32.69%
G = 33.28%
B = 34.03%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCE0E5 (or 0xDCE0E5) is known color: Hawkes Blue. HEX triplet: DC, E0 and E5. RGB value is (220,224,229). Sum of RGB (Red+Green+Blue) = 220+224+229=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCE0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0E5 is #231F1A. Grayscale: #DFDFDF. Windows color (decimal): -2301723 or 15065308. OLE color: 15065308.

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

Color convert

RGB 220 224 229 -
CMYK 0.04 0.02 0 0.10
HSL 213.33º 0.15% 0.88% -
HSV(B) 213.33º 0.04% 0.9% -
XYZ 70.31 74.18 84.74 -
YUV 223.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 220 224 229 0.04 0.02 0 0.10 213.33 0.15 0.88
Hex DC E0 E5 4 2 0 A D5 F 58
Octal 334 340 345 4 2 0 12 325 17 130
Binary 11011100 11100000 11100101 100 10 0 1010 11010101 1111 1011000

Color Harmonies of #DCE0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE0E5

Black with #DCE0E5

Text Example


Text Example

White with #DCE0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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