Html Css Color HEX #CEDCC9 Peppermint

📋 copy color: '#CEDCC9'

red 206 ◦ green 220 ◦ blue 201

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

Shades of Peppermint #CEDCC9

Tints of Peppermint #CEDCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.06%

R = 32.85%
G = 35.09%
B = 32.06%

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

#CEDCC9 (or 0xCEDCC9) is known color: Peppermint. HEX triplet: CE, DC and C9. RGB value is (206,220,201). Sum of RGB (Red+Green+Blue) = 206+220+201=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC9 is #312336. Grayscale: #D5D5D5. Windows color (decimal): -3220279 or 13229262. OLE color: 13229262.

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

Color convert

RGB 206 220 201 -
CMYK 0.06 0 0.09 0.14
HSL 104.21º 0.21% 0.83% -
HSV(B) 104.21º 0.09% 0.86% -
XYZ 61.59 68.53 65.24 -
YUV 213.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 206 220 201 0.06 0 0.09 0.14 104.21 0.21 0.83
Hex CE DC C9 6 0 9 E 68 15 53
Octal 316 334 311 6 0 11 16 150 25 123
Binary 11001110 11011100 11001001 110 0 1001 1110 1101000 10101 1010011

Color Harmonies of #CEDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCC9

Black with #CEDCC9

Text Example


Text Example

White with #CEDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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