#CCF5EF

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

Shades of Foam #CCF5EF

Tints of Foam #CCF5EF

Color information

#CCF5EF (or 0xCCF5EF) is unknown color: approx Foam. HEX triplet: CC, F5 and EF. RGB value is (204,245,239). Sum of RGB (Red+Green+Blue) = 204+245+239=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5EF is #330A10. Grayscale: #E8E8E8. Windows color (decimal): -3344913 or 15726028. OLE color: 15726028.

HSL color Cylindrical-coordinate representation of color #CCF5EF: hue angle of 171.22º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF5EF is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB204245239-
CMYK0.1700.020.04
HSL171.22º67.21%88.04%-
HSV(B)171.22º16.73%96.08%-
XYZ73.1384.3794.09-
YUV232.06131.92107.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.65%
GREEN value IS 245 (96.09% from 255) = 35.61%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=29.65%
G=35.61%
B=34.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042452390.1700.020.04171.2267.2188.04
HexCCF5EF11024ab4358
Octal31436535721024253103130
Binary110011001111010111101111100010101001010101110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5EF; }

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

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

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

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

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

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

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

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