#CFF6EF

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

Shades of Foam #CFF6EF

Tints of Foam #CFF6EF

Color information

#CFF6EF (or 0xCFF6EF) is unknown color: approx Foam. HEX triplet: CF, F6 and EF. RGB value is (207,246,239). Sum of RGB (Red+Green+Blue) = 207+246+239=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF6EF is #300910. Grayscale: #E9E9E9. Windows color (decimal): -3148049 or 15726287. OLE color: 15726287.

HSL color Cylindrical-coordinate representation of color #CFF6EF: hue angle of 169.23º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF6EF is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB207246239-
CMYK0.1600.030.04
HSL169.23º68.42%88.82%-
HSV(B)169.23º15.85%96.47%-
XYZ74.2785.4194.23-
YUV233.54131.08109.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.91%
GREEN value IS 246 (96.48% from 255) = 35.55%
BLUE value IS 239 (93.75% from 255) = 34.54%
R=29.91%
G=35.55%
B=34.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072462390.1600.030.04169.2368.4288.82
HexCFF6EF10034a94459
Octal31736635720034251104131
Binary110011111111011011101111100000111001010100110001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF6EF; }

 p { color: rgb(207,246,239); }

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

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

 a { background-color: rgb(207,246,239); }

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

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

 span { border-color: rgb(207,246,239); }

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