#CDF8DB

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

Shades of Swans Down #CDF8DB

Tints of Swans Down #CDF8DB

Color information

#CDF8DB (or 0xCDF8DB) is unknown color: approx Swans Down. HEX triplet: CD, F8 and DB. RGB value is (205,248,219). Sum of RGB (Red+Green+Blue) = 205+248+219=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF8DB is #320724. Grayscale: #E7E7E7. Windows color (decimal): -3278629 or 14416077. OLE color: 14416077.

HSL color Cylindrical-coordinate representation of color #CDF8DB: hue angle of 139.53º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF8DB is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB205248219-
CMYK0.1700.120.03
HSL139.53º75.44%88.82%-
HSV(B)139.53º17.34%97.25%-
XYZ71.5385.2379.7-
YUV231.84120.75108.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.51%
GREEN value IS 248 (97.27% from 255) = 36.90%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=30.51%
G=36.90%
B=32.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052482190.1700.120.03139.5375.4488.82
HexCDF8DB110C38c4b59
Octal315370333210143214113131
Binary1100110111111000110110111000101100111000110010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF8DB; }

 p { color: rgb(205,248,219); }

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

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

 a { background-color: rgb(205,248,219); }

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

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

 span { border-color: rgb(205,248,219); }

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