Html Css Color HEX #D5EBDD Swans Down

📋 copy color: '#D5EBDD'

red 213 ◦ green 235 ◦ blue 221

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

Shades of Swans Down #D5EBDD

Tints of Swans Down #D5EBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.13%

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

R = 31.84%
G = 35.13%
B = 33.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#D5EBDD (or 0xD5EBDD) is known color: Swans Down. HEX triplet: D5, EB and DD. RGB value is (213,235,221). Sum of RGB (Red+Green+Blue) = 213+235+221=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBDD is #2A1422. Grayscale: #E2E2E2. Windows color (decimal): -2757667 or 14543829. OLE color: 14543829.

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

Color convert

RGB 213 235 221 -
CMYK 0.09 0 0.06 0.08
HSL 141.82º 0.35% 0.88% -
HSV(B) 141.82º 0.09% 0.92% -
XYZ 70.2 78.78 79.91 -
YUV 226.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 213 235 221 0.09 0 0.06 0.08 141.82 0.35 0.88
Hex D5 EB DD 9 0 6 8 8E 23 58
Octal 325 353 335 11 0 6 10 216 43 130
Binary 11010101 11101011 11011101 1001 0 110 1000 10001110 100011 1011000

Color Harmonies of #D5EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBDD

Black with #D5EBDD

Text Example


Text Example

White with #D5EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBDD; }

 p { color: rgb(213,235,221); }

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

background-color css

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

 a { background-color: rgb(213,235,221); }

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

border-color css

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

 span { border-color: rgb(213,235,221); }

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