#D5F1DD

Color #D5F1DD Swans Down (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swans Down #D5F1DD

Tints of Swans Down #D5F1DD

Color information

#D5F1DD (or 0xD5F1DD) is unknown color: approx Swans Down. HEX triplet: D5, F1 and DD. RGB value is (213,241,221). Sum of RGB (Red+Green+Blue) = 213+241+221=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1DD is #2A0E22. Grayscale: #E6E6E6. Windows color (decimal): -2756131 or 14545365. OLE color: 14545365.

HSL color Cylindrical-coordinate representation of color #D5F1DD: hue angle of 137.14º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F1DD is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB213241221-
CMYK0.1200.080.05
HSL137.14º50%89.02%-
HSV(B)137.14º11.62%94.51%-
XYZ71.9582.2880.5-
YUV230.35122.72115.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.56%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=31.56%
G=35.70%
B=32.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132412210.1200.080.05137.145089.02
HexD5F1DDC085893259
Octal32536133514010521162131
Binary110101011111000111011101110001000101100010011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1DD; }

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

 H1.HeaderClassName
 {
   color: #D5F1DD;
 }
 .AnyTagClassName
 {
   color: #D5F1DD;
 }
</style>
background-color css

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

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

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

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

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

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