#CCF0EB

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

Shades of Foam #CCF0EB

Tints of Foam #CCF0EB

Color information

#CCF0EB (or 0xCCF0EB) is unknown color: approx Foam. HEX triplet: CC, F0 and EB. RGB value is (204,240,235). Sum of RGB (Red+Green+Blue) = 204+240+235=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0EB is #330F14. Grayscale: #E4E4E4. Windows color (decimal): -3346197 or 15462604. OLE color: 15462604.

HSL color Cylindrical-coordinate representation of color #CCF0EB: hue angle of 171.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 #CCF0EB is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB204240235-
CMYK0.1500.020.06
HSL171.67º54.55%87.06%-
HSV(B)171.67º15%94.12%-
XYZ71.0681.1690.52-
YUV228.67131.57110.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.04%
GREEN value IS 240 (94.14% from 255) = 35.35%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=30.04%
G=35.35%
B=34.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402350.1500.020.06171.6754.5587.06
HexCCF0EBF026ac3757
Octal3143603531702625467127
Binary1100110011110000111010111111010110101011001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0EB; }

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

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

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

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

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

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

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

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