#CCF4ED

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

Shades of Foam #CCF4ED

Tints of Foam #CCF4ED

Color information

#CCF4ED (or 0xCCF4ED) is unknown color: approx Foam. HEX triplet: CC, F4 and ED. RGB value is (204,244,237). Sum of RGB (Red+Green+Blue) = 204+244+237=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4ED is #330B12. Grayscale: #E7E7E7. Windows color (decimal): -3345171 or 15594700. OLE color: 15594700.

HSL color Cylindrical-coordinate representation of color #CCF4ED: hue angle of 169.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 #CCF4ED is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB204244237-
CMYK0.1600.030.04
HSL169.5º64.52%87.84%-
HSV(B)169.5º16.39%95.69%-
XYZ72.5483.6592.44-
YUV231.24131.25108.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=29.78%
G=35.62%
B=34.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042442370.1600.030.04169.564.5287.84
HexCCF4ED10034aa4158
Octal31436435520034252101130
Binary110011001111010011101101100000111001010101010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4ED; }

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

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

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

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

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

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

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

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