#CEF7F3

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

Shades of Foam #CEF7F3

Tints of Foam #CEF7F3

Color information

#CEF7F3 (or 0xCEF7F3) is unknown color: approx Foam. HEX triplet: CE, F7 and F3. RGB value is (206,247,243). Sum of RGB (Red+Green+Blue) = 206+247+243=696 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.60% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF7F3 is #31080C. Grayscale: #EAEAEA. Windows color (decimal): -3213325 or 15988686. OLE color: 15988686.

HSL color Cylindrical-coordinate representation of color #CEF7F3: hue angle of 174.15º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF7F3 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB206247243-
CMYK0.1700.020.03
HSL174.15º71.93%88.82%-
HSV(B)174.15º16.6%96.86%-
XYZ74.8986.1197.47-
YUV234.28132.92107.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.60%
GREEN value IS 247 (96.88% from 255) = 35.49%
BLUE value IS 243 (95.31% from 255) = 34.91%
R=29.60%
G=35.49%
B=34.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062472430.1700.020.03174.1571.9388.82
HexCEF7F311023ae4859
Octal31636736321023256110131
Binary11001110111101111111001110001010111010111010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF7F3; }

 p { color: rgb(206,247,243); }

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

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

 a { background-color: rgb(206,247,243); }

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

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

 span { border-color: rgb(206,247,243); }

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