#CCF2EF

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

Shades of Foam #CCF2EF

Tints of Foam #CCF2EF

Color information

#CCF2EF (or 0xCCF2EF) is unknown color: approx Foam. HEX triplet: CC, F2 and EF. RGB value is (204,242,239). Sum of RGB (Red+Green+Blue) = 204+242+239=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2EF is #330D10. Grayscale: #E6E6E6. Windows color (decimal): -3345681 or 15725260. OLE color: 15725260.

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

Color convert

RGB204242239-
CMYK0.1600.010.05
HSL175.26º59.38%87.45%-
HSV(B)175.26º15.7%94.9%-
XYZ72.2382.5793.79-
YUV230.3132.91109.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=29.78%
G=35.33%
B=34.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042422390.1600.010.05175.2659.3887.45
HexCCF2EF10015af3b57
Octal3143623572001525773127
Binary1100110011110010111011111000001101101011111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2EF; }

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

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

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

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

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

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

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

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