#CCF1ED

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

Shades of Foam #CCF1ED

Tints of Foam #CCF1ED

Color information

#CCF1ED (or 0xCCF1ED) is unknown color: approx Foam. HEX triplet: CC, F1 and ED. RGB value is (204,241,237). Sum of RGB (Red+Green+Blue) = 204+241+237=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1ED is #330E12. Grayscale: #E5E5E5. Windows color (decimal): -3345939 or 15593932. OLE color: 15593932.

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

Color convert

RGB204241237-
CMYK0.1500.020.05
HSL173.51º56.92%87.25%-
HSV(B)173.51º15.35%94.51%-
XYZ71.6481.8692.15-
YUV229.48132.24109.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=29.91%
G=35.34%
B=34.75%

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
Decimal2042412370.1500.020.05173.5156.9287.25
HexCCF1EDF025ae3957
Octal3143613551702525671127
Binary1100110011110001111011011111010101101011101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1ED; }

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

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

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

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

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

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

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

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