#CCF3EC

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

Shades of Foam #CCF3EC

Tints of Foam #CCF3EC

Color information

#CCF3EC (or 0xCCF3EC) is unknown color: approx Foam. HEX triplet: CC, F3 and EC. RGB value is (204,243,236). Sum of RGB (Red+Green+Blue) = 204+243+236=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3EC is #330C13. Grayscale: #E6E6E6. Windows color (decimal): -3345428 or 15528908. OLE color: 15528908.

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

Color convert

RGB204243236-
CMYK0.1600.030.05
HSL169.23º61.9%87.65%-
HSV(B)169.23º16.05%95.29%-
XYZ72.0982.9991.58-
YUV230.54131.08109.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.87%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=29.87%
G=35.58%
B=34.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042432360.1600.030.05169.2361.987.65
HexCCF3EC10035a93e58
Octal3143633542003525176130
Binary11001100111100111110110010000011101101010011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3EC; }

 p { color: rgb(204,243,236); }

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

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

 a { background-color: rgb(204,243,236); }

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

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

 span { border-color: rgb(204,243,236); }

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