Html Css Color HEX #CEE1CB Peppermint

📋 copy color: '#CEE1CB'

red 206 ◦ green 225 ◦ blue 203

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

Shades of Peppermint #CEE1CB

Tints of Peppermint #CEE1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.49%

 BLUE value IS 203 (79.69% from 255) = 32.02%

R = 32.49%
G = 35.49%
B = 32.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#CEE1CB (or 0xCEE1CB) is known color: Peppermint. HEX triplet: CE, E1 and CB. RGB value is (206,225,203). Sum of RGB (Red+Green+Blue) = 206+225+203=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1CB is #311E34. Grayscale: #D8D8D8. Windows color (decimal): -3218997 or 13361614. OLE color: 13361614.

HSL color Cylindrical-coordinate representation of color #CEE1CB: hue angle of 111.82º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE1CB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 203 -
CMYK 0.08 0 0.10 0.12
HSL 111.82º 0.27% 0.84% -
HSV(B) 111.82º 0.1% 0.88% -
XYZ 63.16 71.28 66.93 -
YUV 216.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 206 225 203 0.08 0 0.10 0.12 111.82 0.27 0.84
Hex CE E1 CB 8 0 A C 70 1B 54
Octal 316 341 313 10 0 12 14 160 33 124
Binary 11001110 11100001 11001011 1000 0 1010 1100 1110000 11011 1010100

Color Harmonies of #CEE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1CB

Black with #CEE1CB

Text Example


Text Example

White with #CEE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1CB; }

 p { color: rgb(206,225,203); }

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

background-color css

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

 a { background-color: rgb(206,225,203); }

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

border-color css

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

 span { border-color: rgb(206,225,203); }

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