Html Css Color HEX #DDE0E9 Hawkes Blue

📋 copy color: '#DDE0E9'

red 221 ◦ green 224 ◦ blue 233

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

Shades of Hawkes Blue #DDE0E9

Tints of Hawkes Blue #DDE0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.37%

R = 32.6%
G = 33.04%
B = 34.37%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDE0E9 (or 0xDDE0E9) is known color: Hawkes Blue. HEX triplet: DD, E0 and E9. RGB value is (221,224,233). Sum of RGB (Red+Green+Blue) = 221+224+233=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDE0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0E9 is #221F16. Grayscale: #E0E0E0. Windows color (decimal): -2236183 or 15327453. OLE color: 15327453.

HSL color Cylindrical-coordinate representation of color #DDE0E9: hue angle of 225º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE0E9 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 224 233 -
CMYK 0.05 0.04 0 0.09
HSL 225º 0.21% 0.89% -
HSV(B) 225º 0.05% 0.91% -
XYZ 71.18 74.57 87.73 -
YUV 224.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 221 224 233 0.05 0.04 0 0.09 225 0.21 0.89
Hex DD E0 E9 5 4 0 9 E1 15 59
Octal 335 340 351 5 4 0 11 341 25 131
Binary 11011101 11100000 11101001 101 100 0 1001 11100001 10101 1011001

Color Harmonies of #DDE0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE0E9

Black with #DDE0E9

Text Example


Text Example

White with #DDE0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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