Html Css Color HEX #DCE0DD Swans Down

📋 copy color: '#DCE0DD'

red 220 ◦ green 224 ◦ blue 221

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

Shades of Swans Down #DCE0DD

Tints of Swans Down #DCE0DD

RGB

 RED value IS 220 (86.33% from 255) = 33.08%

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

 BLUE value IS 221 (86.72% from 255) = 33.23%

R = 33.08%
G = 33.68%
B = 33.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#DCE0DD (or 0xDCE0DD) is known color: Swans Down. HEX triplet: DC, E0 and DD. RGB value is (220,224,221). Sum of RGB (Red+Green+Blue) = 220+224+221=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0DD is #231F22. Grayscale: #DEDEDE. Windows color (decimal): -2301731 or 14541020. OLE color: 14541020.

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

Color convert

RGB 220 224 221 -
CMYK 0.02 0 0.01 0.12
HSL 135º 0.06% 0.87% -
HSV(B) 135º 0.02% 0.88% -
XYZ 69.22 73.75 78.99 -
YUV 222.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 220 224 221 0.02 0 0.01 0.12 135 0.06 0.87
Hex DC E0 DD 2 0 1 C 87 6 57
Octal 334 340 335 2 0 1 14 207 6 127
Binary 11011100 11100000 11011101 10 0 1 1100 10000111 110 1010111

Color Harmonies of #DCE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE0DD

Black with #DCE0DD

Text Example


Text Example

White with #DCE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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