Html Css Color HEX #DDE0E4 Hawkes Blue

📋 copy color: '#DDE0E4'

red 221 ◦ green 224 ◦ blue 228

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

Shades of Hawkes Blue #DDE0E4

Tints of Hawkes Blue #DDE0E4

RGB

 RED value IS 221 (86.72% from 255) = 32.84%

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

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

R = 32.84%
G = 33.28%
B = 33.88%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDE0E4 (or 0xDDE0E4) is known color: Hawkes Blue. HEX triplet: DD, E0 and E4. RGB value is (221,224,228). Sum of RGB (Red+Green+Blue) = 221+224+228=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDE0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0E4 is #221F1B. Grayscale: #DFDFDF. Windows color (decimal): -2236188 or 14999773. OLE color: 14999773.

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

Color convert

RGB 221 224 228 -
CMYK 0.03 0.02 0 0.11
HSL 214.29º 0.11% 0.88% -
HSV(B) 214.29º 0.03% 0.89% -
XYZ 70.48 74.28 84.02 -
YUV 223.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 221 224 228 0.03 0.02 0 0.11 214.29 0.11 0.88
Hex DD E0 E4 3 2 0 B D6 B 58
Octal 335 340 344 3 2 0 13 326 13 130
Binary 11011101 11100000 11100100 11 10 0 1011 11010110 1011 1011000

Color Harmonies of #DDE0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE0E4

Black with #DDE0E4

Text Example


Text Example

White with #DDE0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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