#CFF0EE

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

Shades of Foam #CFF0EE

Tints of Foam #CFF0EE

Color information

#CFF0EE (or 0xCFF0EE) is unknown color: approx Foam. HEX triplet: CF, F0 and EE. RGB value is (207,240,238). Sum of RGB (Red+Green+Blue) = 207+240+238=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0EE is #300F11. Grayscale: #E5E5E5. Windows color (decimal): -3149586 or 15659215. OLE color: 15659215.

HSL color Cylindrical-coordinate representation of color #CFF0EE: hue angle of 176.36º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0EE is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB207240238-
CMYK0.1400.010.06
HSL176.36º52.38%87.65%-
HSV(B)176.36º13.75%94.12%-
XYZ72.3281.7692.86-
YUV229.9132.57111.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.22%
GREEN value IS 240 (94.14% from 255) = 35.04%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=30.22%
G=35.04%
B=34.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072402380.1400.010.06176.3652.3887.65
HexCFF0EEE016b03458
Octal3173603561601626064130
Binary110011111111000011101110111001110101100001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0EE; }

 p { color: rgb(207,240,238); }

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

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

 a { background-color: rgb(207,240,238); }

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

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

 span { border-color: rgb(207,240,238); }

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