Html Css Color HEX #CEF1EE Foam

📋 copy color: '#CEF1EE'

red 206 ◦ green 241 ◦ blue 238

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

Shades of Foam #CEF1EE

Tints of Foam #CEF1EE

RGB

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

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

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

R = 30.07%
G = 35.18%
B = 34.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#CEF1EE (or 0xCEF1EE) is known color: Foam. HEX triplet: CE, F1 and EE. RGB value is (206,241,238). Sum of RGB (Red+Green+Blue) = 206+241+238=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1EE is #310E11. Grayscale: #E6E6E6. Windows color (decimal): -3214866 or 15659470. OLE color: 15659470.

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

Color convert

RGB 206 241 238 -
CMYK 0.15 0 0.01 0.05
HSL 174.86º 0.56% 0.88% -
HSV(B) 174.86º 0.15% 0.95% -
XYZ 72.34 82.21 92.94 -
YUV 230.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 206 241 238 0.15 0 0.01 0.05 174.86 0.56 0.88
Hex CE F1 EE F 0 1 5 AF 38 58
Octal 316 361 356 17 0 1 5 257 70 130
Binary 11001110 11110001 11101110 1111 0 1 101 10101111 111000 1011000

Color Harmonies of #CEF1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF1EE

Black with #CEF1EE

Text Example


Text Example

White with #CEF1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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