#CCF1EE

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

Shades of Foam #CCF1EE

Tints of Foam #CCF1EE

Color information

#CCF1EE (or 0xCCF1EE) is unknown color: approx Foam. HEX triplet: CC, F1 and EE. RGB value is (204,241,238). Sum of RGB (Red+Green+Blue) = 204+241+238=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1EE is #330E11. Grayscale: #E5E5E5. Windows color (decimal): -3345938 or 15659468. OLE color: 15659468.

HSL color Cylindrical-coordinate representation of color #CCF1EE: hue angle of 175.14º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF1EE is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB204241238-
CMYK0.1500.010.05
HSL175.14º56.92%87.25%-
HSV(B)175.14º15.35%94.51%-
XYZ71.7981.9292.92-
YUV229.59132.74109.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.87%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=29.87%
G=35.29%
B=34.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042412380.1500.010.05175.1456.9287.25
HexCCF1EEF015af3957
Octal3143613561701525771127
Binary110011001111000111101110111101101101011111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1EE; }

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

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

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

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

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

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

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

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