#CCFDF4

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

Shades of Foam #CCFDF4

Tints of Foam #CCFDF4

Color information

#CCFDF4 (or 0xCCFDF4) is unknown color: approx Foam. HEX triplet: CC, FD and F4. RGB value is (204,253,244). Sum of RGB (Red+Green+Blue) = 204+253+244=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDF4 is #33020B. Grayscale: #EDEDED. Windows color (decimal): -3342860 or 16055756. OLE color: 16055756.

HSL color Cylindrical-coordinate representation of color #CCFDF4: hue angle of 168.98º 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 #CCFDF4 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB204253244-
CMYK0.1900.040.01
HSL168.98º92.45%89.61%-
HSV(B)168.98º19.37%99.22%-
XYZ76.3689.6298.86-
YUV237.32131.77104.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.10%
GREEN value IS 253 (99.22% from 255) = 36.09%
BLUE value IS 244 (95.70% from 255) = 34.81%
R=29.10%
G=36.09%
B=34.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532440.1900.040.01168.9892.4589.61
HexCCFDF413041a95c5a
Octal31437536423041251134132
Binary11001100111111011111010010011010011010100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDF4; }

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

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

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

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

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

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

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

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