Html Css Color HEX #CEF3EF Foam

📋 copy color: '#CEF3EF'

red 206 ◦ green 243 ◦ blue 239

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

Shades of Foam #CEF3EF

Tints of Foam #CEF3EF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.32%

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

R = 29.94%
G = 35.32%
B = 34.74%

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

#CEF3EF (or 0xCEF3EF) is known color: Foam. HEX triplet: CE, F3 and EF. RGB value is (206,243,239). Sum of RGB (Red+Green+Blue) = 206+243+239=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF3EF is #310C10. Grayscale: #E7E7E7. Windows color (decimal): -3214353 or 15725518. OLE color: 15725518.

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

Color convert

RGB 206 243 239 -
CMYK 0.15 0 0.02 0.05
HSL 173.51º 0.61% 0.88% -
HSV(B) 173.51º 0.15% 0.95% -
XYZ 73.08 83.45 93.92 -
YUV 231.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 206 243 239 0.15 0 0.02 0.05 173.51 0.61 0.88
Hex CE F3 EF F 0 2 5 AE 3D 58
Octal 316 363 357 17 0 2 5 256 75 130
Binary 11001110 11110011 11101111 1111 0 10 101 10101110 111101 1011000

Color Harmonies of #CEF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF3EF

Black with #CEF3EF

Text Example


Text Example

White with #CEF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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