Html Css Color HEX #DDDEE0 Hawkes Blue

📋 copy color: '#DDDEE0'

red 221 ◦ green 222 ◦ blue 224

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

Shades of Hawkes Blue #DDDEE0

Tints of Hawkes Blue #DDDEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.28%

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

R = 33.13%
G = 33.28%
B = 33.58%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDDEE0 (or 0xDDDEE0) is known color: Hawkes Blue. HEX triplet: DD, DE and E0. RGB value is (221,222,224). Sum of RGB (Red+Green+Blue) = 221+222+224=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEE0 is #22211F. Grayscale: #DDDDDD. Windows color (decimal): -2236704 or 14737117. OLE color: 14737117.

HSL color Cylindrical-coordinate representation of color #DDDEE0: hue angle of 220º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDEE0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 222 224 -
CMYK 0.01 0.01 0 0.12
HSL 220º 0.05% 0.87% -
HSV(B) 220º 0.01% 0.88% -
XYZ 69.39 73 80.95 -
YUV 221.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 221 222 224 0.01 0.01 0 0.12 220 0.05 0.87
Hex DD DE E0 1 1 0 C DC 5 57
Octal 335 336 340 1 1 0 14 334 5 127
Binary 11011101 11011110 11100000 1 1 0 1100 11011100 101 1010111

Color Harmonies of #DDDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEE0

Black with #DDDEE0

Text Example


Text Example

White with #DDDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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