#D5F1DC

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

Shades of Swans Down #D5F1DC

Tints of Swans Down #D5F1DC

Color information

#D5F1DC (or 0xD5F1DC) is unknown color: approx Swans Down. HEX triplet: D5, F1 and DC. RGB value is (213,241,220). Sum of RGB (Red+Green+Blue) = 213+241+220=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1DC is #2A0E23. Grayscale: #E6E6E6. Windows color (decimal): -2756132 or 14479829. OLE color: 14479829.

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

Color convert

RGB213241220-
CMYK0.1200.090.05
HSL135º50%89.02%-
HSV(B)135º11.62%94.51%-
XYZ71.8182.2279.8-
YUV230.23122.22115.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.60%
GREEN value IS 241 (94.53% from 255) = 35.76%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=31.60%
G=35.76%
B=32.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132412200.1200.090.051355089.02
HexD5F1DCC095873259
Octal32536133414011520762131
Binary110101011111000111011100110001001101100001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1DC; }

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

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

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

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

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

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

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

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