Html Css Color HEX #CEF0ED Foam

📋 copy color: '#CEF0ED'

red 206 ◦ green 240 ◦ blue 237

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

Shades of Foam #CEF0ED

Tints of Foam #CEF0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.7%

R = 30.16%
G = 35.14%
B = 34.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#CEF0ED (or 0xCEF0ED) is known color: Foam. HEX triplet: CE, F0 and ED. RGB value is (206,240,237). Sum of RGB (Red+Green+Blue) = 206+240+237=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0ED is #310F12. Grayscale: #E5E5E5. Windows color (decimal): -3215123 or 15593678. OLE color: 15593678.

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

Color convert

RGB 206 240 237 -
CMYK 0.14 0 0.01 0.06
HSL 174.71º 0.53% 0.87% -
HSV(B) 174.71º 0.14% 0.94% -
XYZ 71.9 81.56 92.07 -
YUV 229.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 206 240 237 0.14 0 0.01 0.06 174.71 0.53 0.87
Hex CE F0 ED E 0 1 6 AF 35 57
Octal 316 360 355 16 0 1 6 257 65 127
Binary 11001110 11110000 11101101 1110 0 1 110 10101111 110101 1010111

Color Harmonies of #CEF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0ED

Black with #CEF0ED

Text Example


Text Example

White with #CEF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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