#CFF1ED

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

Shades of Foam #CFF1ED

Tints of Foam #CFF1ED

Color information

#CFF1ED (or 0xCFF1ED) is unknown color: approx Foam. HEX triplet: CF, F1 and ED. RGB value is (207,241,237). Sum of RGB (Red+Green+Blue) = 207+241+237=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF1ED is #300E12. Grayscale: #E6E6E6. Windows color (decimal): -3149331 or 15593935. OLE color: 15593935.

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

Color convert

RGB207241237-
CMYK0.1400.020.05
HSL172.94º54.84%87.84%-
HSV(B)172.94º14.11%94.51%-
XYZ72.4782.2992.18-
YUV230.38131.74111.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.22%
GREEN value IS 241 (94.53% from 255) = 35.18%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=30.22%
G=35.18%
B=34.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072412370.1400.020.05172.9454.8487.84
HexCFF1EDE025ad3758
Octal3173613551602525567130
Binary1100111111110001111011011110010101101011011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1ED; }

 p { color: rgb(207,241,237); }

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

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

 a { background-color: rgb(207,241,237); }

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

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

 span { border-color: rgb(207,241,237); }

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