Html Css Color HEX #CEF2EE Foam

📋 copy color: '#CEF2EE'

red 206 ◦ green 242 ◦ blue 238

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

Shades of Foam #CEF2EE

Tints of Foam #CEF2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.28%

 BLUE value IS 238 (93.36% from 255) = 34.69%

R = 30.03%
G = 35.28%
B = 34.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#CEF2EE (or 0xCEF2EE) is known color: Foam. HEX triplet: CE, F2 and EE. RGB value is (206,242,238). Sum of RGB (Red+Green+Blue) = 206+242+238=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2EE is #310D11. Grayscale: #E6E6E6. Windows color (decimal): -3214610 or 15659726. OLE color: 15659726.

HSL color Cylindrical-coordinate representation of color #CEF2EE: hue angle of 173.33º degrees, saturation: 0.58, 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 #CEF2EE is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 238 -
CMYK 0.15 0 0.02 0.05
HSL 173.33º 0.58% 0.88% -
HSV(B) 173.33º 0.15% 0.95% -
XYZ 72.64 82.8 93.04 -
YUV 230.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 206 242 238 0.15 0 0.02 0.05 173.33 0.58 0.88
Hex CE F2 EE F 0 2 5 AD 3A 58
Octal 316 362 356 17 0 2 5 255 72 130
Binary 11001110 11110010 11101110 1111 0 10 101 10101101 111010 1011000

Color Harmonies of #CEF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2EE

Black with #CEF2EE

Text Example


Text Example

White with #CEF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2EE; }

 p { color: rgb(206,242,238); }

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

background-color css

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

 a { background-color: rgb(206,242,238); }

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

border-color css

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

 span { border-color: rgb(206,242,238); }

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