#CCF3EE

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

Shades of Foam #CCF3EE

Tints of Foam #CCF3EE

Color information

#CCF3EE (or 0xCCF3EE) is unknown color: approx Foam. HEX triplet: CC, F3 and EE. RGB value is (204,243,238). Sum of RGB (Red+Green+Blue) = 204+243+238=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3EE is #330C11. Grayscale: #E6E6E6. Windows color (decimal): -3345426 or 15659980. OLE color: 15659980.

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

Color convert

RGB204243238-
CMYK0.1600.020.05
HSL172.31º61.9%87.65%-
HSV(B)172.31º16.05%95.29%-
XYZ72.3983.1193.12-
YUV230.77132.08108.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 243 (95.31% from 255) = 35.47%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=29.78%
G=35.47%
B=34.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042432380.1600.020.05172.3161.987.65
HexCCF3EE10025ac3e58
Octal3143633562002525476130
Binary11001100111100111110111010000010101101011001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3EE; }

 p { color: rgb(204,243,238); }

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

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

 a { background-color: rgb(204,243,238); }

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

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

 span { border-color: rgb(204,243,238); }

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