Html Css Color HEX #CEF0EC Foam

📋 copy color: '#CEF0EC'

red 206 ◦ green 240 ◦ blue 236

#CEF0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foam #CEF0EC

Tints of Foam #CEF0EC

RGB

 RED value IS 206 (80.86% from 255) = 30.21%

 GREEN value IS 240 (94.14% from 255) = 35.19%

 BLUE value IS 236 (92.58% from 255) = 34.6%

R = 30.21%
G = 35.19%
B = 34.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#CEF0EC (or 0xCEF0EC) is known color: Foam. HEX triplet: CE, F0 and EC. RGB value is (206,240,236). Sum of RGB (Red+Green+Blue) = 206+240+236=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0EC is #310F13. Grayscale: #E5E5E5. Windows color (decimal): -3215124 or 15528142. OLE color: 15528142.

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

Color convert

RGB 206 240 236 -
CMYK 0.14 0 0.02 0.06
HSL 172.94º 0.53% 0.87% -
HSV(B) 172.94º 0.14% 0.94% -
XYZ 71.75 81.5 91.31 -
YUV 229.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 206 240 236 0.14 0 0.02 0.06 172.94 0.53 0.87
Hex CE F0 EC E 0 2 6 AD 35 57
Octal 316 360 354 16 0 2 6 255 65 127
Binary 11001110 11110000 11101100 1110 0 10 110 10101101 110101 1010111

Color Harmonies of #CEF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0EC

Black with #CEF0EC

Text Example


Text Example

White with #CEF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0EC; }

 p { color: rgb(206,240,236); }

 H1.HeaderClassName
 {
   color: #CEF0EC;
 }
 .AnyTagClassName
 {
   color: #CEF0EC;
 }
</style>

background-color css

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

 a { background-color: rgb(206,240,236); }

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

border-color css

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

 span { border-color: rgb(206,240,236); }

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