#CDFDF5

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

Shades of Foam #CDFDF5

Tints of Foam #CDFDF5

Color information

#CDFDF5 (or 0xCDFDF5) is unknown color: approx Foam. HEX triplet: CD, FD and F5. RGB value is (205,253,245). Sum of RGB (Red+Green+Blue) = 205+253+245=703 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.16% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFDF5 is #32020A. Grayscale: #EDEDED. Windows color (decimal): -3277323 or 16121293. OLE color: 16121293.

HSL color Cylindrical-coordinate representation of color #CDFDF5: hue angle of 170º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFDF5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB205253245-
CMYK0.1900.030.01
HSL170º92.31%89.8%-
HSV(B)170º18.97%99.22%-
XYZ76.7889.8299.68-
YUV237.74132.1104.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.16%
GREEN value IS 253 (99.22% from 255) = 35.99%
BLUE value IS 245 (96.09% from 255) = 34.85%
R=29.16%
G=35.99%
B=34.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052532450.1900.030.0117092.3189.8
HexCDFDF513031aa5c5a
Octal31537536523031252134132
Binary1100110111111101111101011001101111010101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDF5; }

 p { color: rgb(205,253,245); }

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

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

 a { background-color: rgb(205,253,245); }

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

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

 span { border-color: rgb(205,253,245); }

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