#CDF0D9

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

Shades of Swans Down #CDF0D9

Tints of Swans Down #CDF0D9

Color information

#CDF0D9 (or 0xCDF0D9) is unknown color: approx Swans Down. HEX triplet: CD, F0 and D9. RGB value is (205,240,217). Sum of RGB (Red+Green+Blue) = 205+240+217=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0D9 is #320F26. Grayscale: #E2E2E2. Windows color (decimal): -3280679 or 14282957. OLE color: 14282957.

HSL color Cylindrical-coordinate representation of color #CDF0D9: hue angle of 140.57º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF0D9 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB205240217-
CMYK0.1500.100.06
HSL140.57º53.85%87.25%-
HSV(B)140.57º14.58%94.12%-
XYZ68.8680.3177.52-
YUV226.91122.4112.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.97%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 217 (85.16% from 255) = 32.78%
R=30.97%
G=36.25%
B=32.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052402170.1500.100.06140.5753.8587.25
HexCDF0D9F0A68d3657
Octal31536033117012621566127
Binary110011011111000011011001111101010110100011011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0D9; }

 p { color: rgb(205,240,217); }

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

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

 a { background-color: rgb(205,240,217); }

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

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

 span { border-color: rgb(205,240,217); }

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