#CCF1EB

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

Shades of Foam #CCF1EB

Tints of Foam #CCF1EB

Color information

#CCF1EB (or 0xCCF1EB) is unknown color: approx Foam. HEX triplet: CC, F1 and EB. RGB value is (204,241,235). Sum of RGB (Red+Green+Blue) = 204+241+235=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1EB is #330E14. Grayscale: #E5E5E5. Windows color (decimal): -3345941 or 15462860. OLE color: 15462860.

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

Color convert

RGB204241235-
CMYK0.1500.020.05
HSL170.27º56.92%87.25%-
HSV(B)170.27º15.35%94.51%-
XYZ71.3581.7590.62-
YUV229.25131.24109.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=30%
G=35.44%
B=34.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042412350.1500.020.05170.2756.9287.25
HexCCF1EBF025aa3957
Octal3143613531702525271127
Binary1100110011110001111010111111010101101010101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1EB; }

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

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

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

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

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

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

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

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