Html Css Color HEX #DDDEE4 Hawkes Blue

📋 copy color: '#DDDEE4'

red 221 ◦ green 222 ◦ blue 228

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

Shades of Hawkes Blue #DDDEE4

Tints of Hawkes Blue #DDDEE4

RGB

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

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

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

R = 32.94%
G = 33.08%
B = 33.98%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDDEE4 (or 0xDDDEE4) is known color: Hawkes Blue. HEX triplet: DD, DE and E4. RGB value is (221,222,228). Sum of RGB (Red+Green+Blue) = 221+222+228=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEE4 is #22211B. Grayscale: #DEDEDE. Windows color (decimal): -2236700 or 14999261. OLE color: 14999261.

HSL color Cylindrical-coordinate representation of color #DDDEE4: hue angle of 231.43º 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 #DDDEE4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 222 228 -
CMYK 0.03 0.03 0 0.11
HSL 231.43º 0.11% 0.88% -
HSV(B) 231.43º 0.03% 0.89% -
XYZ 69.94 73.22 83.84 -
YUV 222.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 221 222 228 0.03 0.03 0 0.11 231.43 0.11 0.88
Hex DD DE E4 3 3 0 B E7 B 58
Octal 335 336 344 3 3 0 13 347 13 130
Binary 11011101 11011110 11100100 11 11 0 1011 11100111 1011 1011000

Color Harmonies of #DDDEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEE4

Black with #DDDEE4

Text Example


Text Example

White with #DDDEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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