#CCF4EF

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

Shades of Foam #CCF4EF

Tints of Foam #CCF4EF

Color information

#CCF4EF (or 0xCCF4EF) is unknown color: approx Foam. HEX triplet: CC, F4 and EF. RGB value is (204,244,239). Sum of RGB (Red+Green+Blue) = 204+244+239=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4EF is #330B10. Grayscale: #E7E7E7. Windows color (decimal): -3345169 or 15725772. OLE color: 15725772.

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

Color convert

RGB204244239-
CMYK0.1600.020.04
HSL172.5º64.52%87.84%-
HSV(B)172.5º16.39%95.69%-
XYZ72.8383.7793.99-
YUV231.47132.25108.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.69%
GREEN value IS 244 (95.70% from 255) = 35.52%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=29.69%
G=35.52%
B=34.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042442390.1600.020.04172.564.5287.84
HexCCF4EF10024ac4158
Octal31436435720024254101130
Binary110011001111010011101111100000101001010110010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4EF; }

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

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

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

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

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

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

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

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