#CCFDF5

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

Shades of Foam #CCFDF5

Tints of Foam #CCFDF5

Color information

#CCFDF5 (or 0xCCFDF5) is unknown color: approx Foam. HEX triplet: CC, FD and F5. RGB value is (204,253,245). Sum of RGB (Red+Green+Blue) = 204+253+245=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDF5 is #33020A. Grayscale: #EDEDED. Windows color (decimal): -3342859 or 16121292. OLE color: 16121292.

HSL color Cylindrical-coordinate representation of color #CCFDF5: hue angle of 170.2º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDF5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB204253245-
CMYK0.1900.030.01
HSL170.2º92.45%89.61%-
HSV(B)170.2º19.37%99.22%-
XYZ76.5189.6899.66-
YUV237.44132.27104.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.06%
GREEN value IS 253 (99.22% from 255) = 36.04%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=29.06%
G=36.04%
B=34.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532450.1900.030.01170.292.4589.61
HexCCFDF513031aa5c5a
Octal31437536523031252134132
Binary1100110011111101111101011001101111010101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDF5; }

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

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

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

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

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

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

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

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