Html Css Color HEX #CEDCC8 Peppermint

📋 copy color: '#CEDCC8'

red 206 ◦ green 220 ◦ blue 200

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

Shades of Peppermint #CEDCC8

Tints of Peppermint #CEDCC8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.14%

 BLUE value IS 200 (78.52% from 255) = 31.95%

R = 32.91%
G = 35.14%
B = 31.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#CEDCC8 (or 0xCEDCC8) is known color: Peppermint. HEX triplet: CE, DC and C8. RGB value is (206,220,200). Sum of RGB (Red+Green+Blue) = 206+220+200=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC8 is #312337. Grayscale: #D5D5D5. Windows color (decimal): -3220280 or 13163726. OLE color: 13163726.

HSL color Cylindrical-coordinate representation of color #CEDCC8: hue angle of 102º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDCC8 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 200 -
CMYK 0.06 0 0.09 0.14
HSL 102º 0.22% 0.82% -
HSV(B) 102º 0.09% 0.86% -
XYZ 61.47 68.48 64.62 -
YUV 213.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 206 220 200 0.06 0 0.09 0.14 102 0.22 0.82
Hex CE DC C8 6 0 9 E 66 16 52
Octal 316 334 310 6 0 11 16 146 26 122
Binary 11001110 11011100 11001000 110 0 1001 1110 1100110 10110 1010010

Color Harmonies of #CEDCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCC8

Black with #CEDCC8

Text Example


Text Example

White with #CEDCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCC8; }

 p { color: rgb(206,220,200); }

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

background-color css

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

 a { background-color: rgb(206,220,200); }

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

border-color css

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

 span { border-color: rgb(206,220,200); }

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