Html Css Color HEX #CEF2EF Foam

📋 copy color: '#CEF2EF'

red 206 ◦ green 242 ◦ blue 239

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

Shades of Foam #CEF2EF

Tints of Foam #CEF2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.79%

R = 29.99%
G = 35.23%
B = 34.79%

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

#CEF2EF (or 0xCEF2EF) is known color: Foam. HEX triplet: CE, F2 and EF. RGB value is (206,242,239). Sum of RGB (Red+Green+Blue) = 206+242+239=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2EF is #310D10. Grayscale: #E6E6E6. Windows color (decimal): -3214609 or 15725262. OLE color: 15725262.

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

Color convert

RGB 206 242 239 -
CMYK 0.15 0 0.01 0.05
HSL 175º 0.58% 0.88% -
HSV(B) 175º 0.15% 0.95% -
XYZ 72.79 82.86 93.82 -
YUV 230.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 206 242 239 0.15 0 0.01 0.05 175 0.58 0.88
Hex CE F2 EF F 0 1 5 AF 3A 58
Octal 316 362 357 17 0 1 5 257 72 130
Binary 11001110 11110010 11101111 1111 0 1 101 10101111 111010 1011000

Color Harmonies of #CEF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2EF

Black with #CEF2EF

Text Example


Text Example

White with #CEF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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