Html Css Color HEX #CEF3F0 Foam

📋 copy color: '#CEF3F0'

red 206 ◦ green 243 ◦ blue 240

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

Shades of Foam #CEF3F0

Tints of Foam #CEF3F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.83%

R = 29.9%
G = 35.27%
B = 34.83%

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

#CEF3F0 (or 0xCEF3F0) is known color: Foam. HEX triplet: CE, F3 and F0. RGB value is (206,243,240). Sum of RGB (Red+Green+Blue) = 206+243+240=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF3F0 is #310C0F. Grayscale: #E7E7E7. Windows color (decimal): -3214352 or 15791054. OLE color: 15791054.

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

Color convert

RGB 206 243 240 -
CMYK 0.15 0 0.01 0.05
HSL 175.14º 0.61% 0.88% -
HSV(B) 175.14º 0.15% 0.95% -
XYZ 73.23 83.51 94.7 -
YUV 231.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 206 243 240 0.15 0 0.01 0.05 175.14 0.61 0.88
Hex CE F3 F0 F 0 1 5 AF 3D 58
Octal 316 363 360 17 0 1 5 257 75 130
Binary 11001110 11110011 11110000 1111 0 1 101 10101111 111101 1011000

Color Harmonies of #CEF3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF3F0

Black with #CEF3F0

Text Example


Text Example

White with #CEF3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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