Html Css Color HEX #CEF5EF Foam

📋 copy color: '#CEF5EF'

red 206 ◦ green 245 ◦ blue 239

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

Shades of Foam #CEF5EF

Tints of Foam #CEF5EF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.51%

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

R = 29.86%
G = 35.51%
B = 34.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#CEF5EF (or 0xCEF5EF) is known color: Foam. HEX triplet: CE, F5 and EF. RGB value is (206,245,239). Sum of RGB (Red+Green+Blue) = 206+245+239=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5EF is #310A10. Grayscale: #E8E8E8. Windows color (decimal): -3213841 or 15726030. OLE color: 15726030.

HSL color Cylindrical-coordinate representation of color #CEF5EF: hue angle of 170.77º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF5EF is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 239 -
CMYK 0.16 0 0.02 0.04
HSL 170.77º 0.66% 0.88% -
HSV(B) 170.77º 0.16% 0.96% -
XYZ 73.69 84.66 94.12 -
YUV 232.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 206 245 239 0.16 0 0.02 0.04 170.77 0.66 0.88
Hex CE F5 EF 10 0 2 4 AB 42 58
Octal 316 365 357 20 0 2 4 253 102 130
Binary 11001110 11110101 11101111 10000 0 10 100 10101011 1000010 1011000

Color Harmonies of #CEF5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF5EF

Black with #CEF5EF

Text Example


Text Example

White with #CEF5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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