#CCF0EE

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

Shades of Foam #CCF0EE

Tints of Foam #CCF0EE

Color information

#CCF0EE (or 0xCCF0EE) is unknown color: approx Foam. HEX triplet: CC, F0 and EE. RGB value is (204,240,238). Sum of RGB (Red+Green+Blue) = 204+240+238=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0EE is #330F11. Grayscale: #E4E4E4. Windows color (decimal): -3346194 or 15659212. OLE color: 15659212.

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

Color convert

RGB204240238-
CMYK0.1500.010.06
HSL176.67º54.55%87.06%-
HSV(B)176.67º15%94.12%-
XYZ71.4981.3392.82-
YUV229.01133.07110.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 240 (94.14% from 255) = 35.19%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=29.91%
G=35.19%
B=34.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402380.1500.010.06176.6754.5587.06
HexCCF0EEF016b13757
Octal3143603561701626167127
Binary110011001111000011101110111101110101100011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0EE; }

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

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

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

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

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

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

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

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