#CFF3ED

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

Shades of Foam #CFF3ED

Tints of Foam #CFF3ED

Color information

#CFF3ED (or 0xCFF3ED) is unknown color: approx Foam. HEX triplet: CF, F3 and ED. RGB value is (207,243,237). Sum of RGB (Red+Green+Blue) = 207+243+237=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3ED is #300C12. Grayscale: #E7E7E7. Windows color (decimal): -3148819 or 15594447. OLE color: 15594447.

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

Color convert

RGB207243237-
CMYK0.1500.020.05
HSL170º60%88.24%-
HSV(B)170º14.81%95.29%-
XYZ73.0783.4892.38-
YUV231.55131.07110.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.13%
GREEN value IS 243 (95.31% from 255) = 35.37%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=30.13%
G=35.37%
B=34.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072432370.1500.020.051706088.24
HexCFF3EDF025aa3c58
Octal3173633551702525274130
Binary1100111111110011111011011111010101101010101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3ED; }

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

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

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

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

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

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

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

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