Html Css Color HEX #D5E1D8 Swans Down

📋 copy color: '#D5E1D8'

red 213 ◦ green 225 ◦ blue 216

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

Shades of Swans Down #D5E1D8

Tints of Swans Down #D5E1D8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.4%

 BLUE value IS 216 (84.77% from 255) = 33.03%

R = 32.57%
G = 34.4%
B = 33.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#D5E1D8 (or 0xD5E1D8) is known color: Swans Down. HEX triplet: D5, E1 and D8. RGB value is (213,225,216). Sum of RGB (Red+Green+Blue) = 213+225+216=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1D8 is #2A1E27. Grayscale: #DCDCDC. Windows color (decimal): -2760232 or 14213589. OLE color: 14213589.

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

Color convert

RGB 213 225 216 -
CMYK 0.05 0 0.04 0.12
HSL 135º 0.17% 0.86% -
HSV(B) 135º 0.05% 0.88% -
XYZ 66.76 72.95 75.53 -
YUV 220.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 213 225 216 0.05 0 0.04 0.12 135 0.17 0.86
Hex D5 E1 D8 5 0 4 C 87 11 56
Octal 325 341 330 5 0 4 14 207 21 126
Binary 11010101 11100001 11011000 101 0 100 1100 10000111 10001 1010110

Color Harmonies of #D5E1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E1D8

Black with #D5E1D8

Text Example


Text Example

White with #D5E1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E1D8; }

 p { color: rgb(213,225,216); }

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

background-color css

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

 a { background-color: rgb(213,225,216); }

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

border-color css

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

 span { border-color: rgb(213,225,216); }

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