#CDF2EC

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

Shades of Foam #CDF2EC

Tints of Foam #CDF2EC

Color information

#CDF2EC (or 0xCDF2EC) is unknown color: approx Foam. HEX triplet: CD, F2 and EC. RGB value is (205,242,236). Sum of RGB (Red+Green+Blue) = 205+242+236=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2EC is #320D13. Grayscale: #E6E6E6. Windows color (decimal): -3280148 or 15528653. OLE color: 15528653.

HSL color Cylindrical-coordinate representation of color #CDF2EC: hue angle of 170.27º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2EC is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB205242236-
CMYK0.1500.020.05
HSL170.27º58.73%87.65%-
HSV(B)170.27º15.29%94.9%-
XYZ72.0782.5491.49-
YUV230.25131.24109.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.01%
GREEN value IS 242 (94.92% from 255) = 35.43%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=30.01%
G=35.43%
B=34.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052422360.1500.020.05170.2758.7387.65
HexCDF2ECF025aa3b58
Octal3153623541702525273130
Binary1100110111110010111011001111010101101010101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2EC; }

 p { color: rgb(205,242,236); }

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

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

 a { background-color: rgb(205,242,236); }

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

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

 span { border-color: rgb(205,242,236); }

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