#CFF2EB

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

Shades of Foam #CFF2EB

Tints of Foam #CFF2EB

Color information

#CFF2EB (or 0xCFF2EB) is unknown color: approx Foam. HEX triplet: CF, F2 and EB. RGB value is (207,242,235). Sum of RGB (Red+Green+Blue) = 207+242+235=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2EB is #300D14. Grayscale: #E6E6E6. Windows color (decimal): -3149077 or 15463119. OLE color: 15463119.

HSL color Cylindrical-coordinate representation of color #CFF2EB: hue angle of 168º degrees, saturation: 0.57, 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 #CFF2EB is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB207242235-
CMYK0.1400.030.05
HSL168º57.38%88.04%-
HSV(B)168º14.46%94.9%-
XYZ72.4882.7790.75-
YUV230.74130.4111.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.26%
GREEN value IS 242 (94.92% from 255) = 35.38%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=30.26%
G=35.38%
B=34.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072422350.1400.030.0516857.3888.04
HexCFF2EBE035a83958
Octal3173623531603525071130
Binary1100111111110010111010111110011101101010001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2EB; }

 p { color: rgb(207,242,235); }

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

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

 a { background-color: rgb(207,242,235); }

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

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

 span { border-color: rgb(207,242,235); }

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