#CCEFEC

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

Shades of Foam #CCEFEC

Tints of Foam #CCEFEC

Color information

#CCEFEC (or 0xCCEFEC) is unknown color: approx Foam. HEX triplet: CC, EF and EC. RGB value is (204,239,236). Sum of RGB (Red+Green+Blue) = 204+239+236=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFEC is #331013. Grayscale: #E4E4E4. Windows color (decimal): -3346452 or 15527884. OLE color: 15527884.

HSL color Cylindrical-coordinate representation of color #CCEFEC: hue angle of 174.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFEC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB204239236-
CMYK0.1500.010.06
HSL174.86º52.24%86.86%-
HSV(B)174.86º14.64%93.73%-
XYZ70.9180.6391.18-
YUV228.19132.4110.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.04%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=30.04%
G=35.20%
B=34.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042392360.1500.010.06174.8652.2486.86
HexCCEFECF016af3457
Octal3143573541701625764127
Binary110011001110111111101100111101110101011111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFEC; }

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

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

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

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

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

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

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

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