#CCF2EB

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

Shades of Foam #CCF2EB

Tints of Foam #CCF2EB

Color information

#CCF2EB (or 0xCCF2EB) is unknown color: approx Foam. HEX triplet: CC, F2 and EB. RGB value is (204,242,235). Sum of RGB (Red+Green+Blue) = 204+242+235=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2EB is #330D14. Grayscale: #E5E5E5. Windows color (decimal): -3345685 or 15463116. OLE color: 15463116.

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

Color convert

RGB204242235-
CMYK0.1600.030.05
HSL168.95º59.38%87.45%-
HSV(B)168.95º15.7%94.9%-
XYZ71.6582.3490.71-
YUV229.84130.91109.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 242 (94.92% from 255) = 35.54%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=29.96%
G=35.54%
B=34.51%

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
Decimal2042422350.1600.030.05168.9559.3887.45
HexCCF2EB10035a93b57
Octal3143623532003525173127
Binary11001100111100101110101110000011101101010011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2EB; }

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

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

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

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

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

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

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

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