Html Css Color HEX #CEF2C5 Snowy Mint

📋 copy color: '#CEF2C5'

red 206 ◦ green 242 ◦ blue 197

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

Shades of Snowy Mint #CEF2C5

Tints of Snowy Mint #CEF2C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.54%

R = 31.94%
G = 37.52%
B = 30.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#CEF2C5 (or 0xCEF2C5) is known color: Snowy Mint. HEX triplet: CE, F2 and C5. RGB value is (206,242,197). Sum of RGB (Red+Green+Blue) = 206+242+197=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2C5 is #310D3A. Grayscale: #E2E2E2. Windows color (decimal): -3214651 or 12972750. OLE color: 12972750.

HSL color Cylindrical-coordinate representation of color #CEF2C5: hue angle of 108º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEF2C5 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 197 -
CMYK 0.15 0 0.19 0.05
HSL 108º 0.63% 0.86% -
HSV(B) 108º 0.19% 0.95% -
XYZ 67.28 80.66 64.85 -
YUV 226.11 111.57 113.66 -
System Red Green Blue C M Y K H S L
Decimal 206 242 197 0.15 0 0.19 0.05 108 0.63 0.86
Hex CE F2 C5 F 0 13 5 6C 3F 56
Octal 316 362 305 17 0 23 5 154 77 126
Binary 11001110 11110010 11000101 1111 0 10011 101 1101100 111111 1010110

Color Harmonies of #CEF2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2C5

Black with #CEF2C5

Text Example


Text Example

White with #CEF2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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