#CFF2EC

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

Shades of Foam #CFF2EC

Tints of Foam #CFF2EC

Color information

#CFF2EC (or 0xCFF2EC) is unknown color: approx Foam. HEX triplet: CF, F2 and EC. RGB value is (207,242,236). Sum of RGB (Red+Green+Blue) = 207+242+236=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2EC is #300D13. Grayscale: #E6E6E6. Windows color (decimal): -3149076 or 15528655. OLE color: 15528655.

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

Color convert

RGB207242236-
CMYK0.1400.020.05
HSL169.71º57.38%88.04%-
HSV(B)169.71º14.46%94.9%-
XYZ72.6282.8391.52-
YUV230.85130.9110.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.22%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=30.22%
G=35.33%
B=34.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072422360.1400.020.05169.7157.3888.04
HexCFF2ECE025aa3958
Octal3173623541602525271130
Binary1100111111110010111011001110010101101010101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2EC; }

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

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

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

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

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

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

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

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