Html Css Color HEX #D5E8DC Swans Down

📋 copy color: '#D5E8DC'

red 213 ◦ green 232 ◦ blue 220

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

Shades of Swans Down #D5E8DC

Tints of Swans Down #D5E8DC

RGB

 RED value IS 213 (83.59% from 255) = 32.03%

 GREEN value IS 232 (91.02% from 255) = 34.89%

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

R = 32.03%
G = 34.89%
B = 33.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#D5E8DC (or 0xD5E8DC) is known color: Swans Down. HEX triplet: D5, E8 and DC. RGB value is (213,232,220). Sum of RGB (Red+Green+Blue) = 213+232+220=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8DC is #2A1723. Grayscale: #E0E0E0. Windows color (decimal): -2758436 or 14477525. OLE color: 14477525.

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

Color convert

RGB 213 232 220 -
CMYK 0.08 0 0.05 0.09
HSL 142.11º 0.29% 0.87% -
HSV(B) 142.11º 0.08% 0.91% -
XYZ 69.22 77.03 78.93 -
YUV 224.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 213 232 220 0.08 0 0.05 0.09 142.11 0.29 0.87
Hex D5 E8 DC 8 0 5 9 8E 1D 57
Octal 325 350 334 10 0 5 11 216 35 127
Binary 11010101 11101000 11011100 1000 0 101 1001 10001110 11101 1010111

Color Harmonies of #D5E8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E8DC

Black with #D5E8DC

Text Example


Text Example

White with #D5E8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E8DC; }

 p { color: rgb(213,232,220); }

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

background-color css

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

 a { background-color: rgb(213,232,220); }

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

border-color css

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

 span { border-color: rgb(213,232,220); }

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