#D5F1DF

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

Shades of Swans Down #D5F1DF

Tints of Swans Down #D5F1DF

Color information

#D5F1DF (or 0xD5F1DF) is unknown color: approx Swans Down. HEX triplet: D5, F1 and DF. RGB value is (213,241,223). Sum of RGB (Red+Green+Blue) = 213+241+223=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1DF is #2A0E20. Grayscale: #E6E6E6. Windows color (decimal): -2756129 or 14676437. OLE color: 14676437.

HSL color Cylindrical-coordinate representation of color #D5F1DF: hue angle of 141.43º 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 #D5F1DF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB213241223-
CMYK0.1200.070.05
HSL141.43º50%89.02%-
HSV(B)141.43º11.62%94.51%-
XYZ72.2282.3881.91-
YUV230.58123.72115.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.46%
GREEN value IS 241 (94.53% from 255) = 35.60%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=31.46%
G=35.60%
B=32.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132412230.1200.070.05141.435089.02
HexD5F1DFC0758d3259
Octal3253613371407521562131
Binary11010101111100011101111111000111101100011011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1DF; }

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

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

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

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

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

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

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

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