Html Css Color HEX #CEF1EB Foam

📋 copy color: '#CEF1EB'

red 206 ◦ green 241 ◦ blue 235

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

Shades of Foam #CEF1EB

Tints of Foam #CEF1EB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.34%

 BLUE value IS 235 (92.19% from 255) = 34.46%

R = 30.21%
G = 35.34%
B = 34.46%

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

#CEF1EB (or 0xCEF1EB) is known color: Foam. HEX triplet: CE, F1 and EB. RGB value is (206,241,235). Sum of RGB (Red+Green+Blue) = 206+241+235=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1EB is #310E14. Grayscale: #E5E5E5. Windows color (decimal): -3214869 or 15462862. OLE color: 15462862.

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

Color convert

RGB 206 241 235 -
CMYK 0.15 0 0.02 0.05
HSL 169.71º 0.56% 0.88% -
HSV(B) 169.71º 0.15% 0.95% -
XYZ 71.9 82.03 90.64 -
YUV 229.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 206 241 235 0.15 0 0.02 0.05 169.71 0.56 0.88
Hex CE F1 EB F 0 2 5 AA 38 58
Octal 316 361 353 17 0 2 5 252 70 130
Binary 11001110 11110001 11101011 1111 0 10 101 10101010 111000 1011000

Color Harmonies of #CEF1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF1EB

Black with #CEF1EB

Text Example


Text Example

White with #CEF1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF1EB; }

 p { color: rgb(206,241,235); }

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

background-color css

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

 a { background-color: rgb(206,241,235); }

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

border-color css

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

 span { border-color: rgb(206,241,235); }

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