Html Css Color HEX #DDEAE0 Swans Down

📋 copy color: '#DDEAE0'

red 221 ◦ green 234 ◦ blue 224

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

Shades of Swans Down #DDEAE0

Tints of Swans Down #DDEAE0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.46%

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

R = 32.55%
G = 34.46%
B = 32.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#DDEAE0 (or 0xDDEAE0) is known color: Swans Down. HEX triplet: DD, EA and E0. RGB value is (221,234,224). Sum of RGB (Red+Green+Blue) = 221+234+224=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAE0 is #22151F. Grayscale: #E5E5E5. Windows color (decimal): -2233632 or 14740189. OLE color: 14740189.

HSL color Cylindrical-coordinate representation of color #DDEAE0: hue angle of 133.85º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDEAE0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 224 -
CMYK 0.06 0 0.04 0.08
HSL 133.85º 0.24% 0.89% -
HSV(B) 133.85º 0.06% 0.92% -
XYZ 72.7 79.6 82.05 -
YUV 228.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 221 234 224 0.06 0 0.04 0.08 133.85 0.24 0.89
Hex DD EA E0 6 0 4 8 86 18 59
Octal 335 352 340 6 0 4 10 206 30 131
Binary 11011101 11101010 11100000 110 0 100 1000 10000110 11000 1011001

Color Harmonies of #DDEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAE0

Black with #DDEAE0

Text Example


Text Example

White with #DDEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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