Html Css Color HEX #CEF1EC Foam

📋 copy color: '#CEF1EC'

red 206 ◦ green 241 ◦ blue 236

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

Shades of Foam #CEF1EC

Tints of Foam #CEF1EC

RGB

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

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

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

R = 30.16%
G = 35.29%
B = 34.55%

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

#CEF1EC (or 0xCEF1EC) is known color: Foam. HEX triplet: CE, F1 and EC. RGB value is (206,241,236). Sum of RGB (Red+Green+Blue) = 206+241+236=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1EC is #310E13. Grayscale: #E5E5E5. Windows color (decimal): -3214868 or 15528398. OLE color: 15528398.

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

Color convert

RGB 206 241 236 -
CMYK 0.15 0 0.02 0.05
HSL 171.43º 0.56% 0.88% -
HSV(B) 171.43º 0.15% 0.95% -
XYZ 72.05 82.09 91.4 -
YUV 229.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 206 241 236 0.15 0 0.02 0.05 171.43 0.56 0.88
Hex CE F1 EC F 0 2 5 AB 38 58
Octal 316 361 354 17 0 2 5 253 70 130
Binary 11001110 11110001 11101100 1111 0 10 101 10101011 111000 1011000

Color Harmonies of #CEF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF1EC

Black with #CEF1EC

Text Example


Text Example

White with #CEF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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