Html Css Color HEX #CEDDC8 Peppermint

📋 copy color: '#CEDDC8'

red 206 ◦ green 221 ◦ blue 200

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

Shades of Peppermint #CEDDC8

Tints of Peppermint #CEDDC8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.25%

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

R = 32.85%
G = 35.25%
B = 31.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#CEDDC8 (or 0xCEDDC8) is known color: Peppermint. HEX triplet: CE, DD and C8. RGB value is (206,221,200). Sum of RGB (Red+Green+Blue) = 206+221+200=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC8 is #312237. Grayscale: #D6D6D6. Windows color (decimal): -3220024 or 13163982. OLE color: 13163982.

HSL color Cylindrical-coordinate representation of color #CEDDC8: hue angle of 102.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDDC8 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 200 -
CMYK 0.07 0 0.10 0.13
HSL 102.86º 0.24% 0.83% -
HSV(B) 102.86º 0.1% 0.87% -
XYZ 61.74 69 64.71 -
YUV 214.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 206 221 200 0.07 0 0.10 0.13 102.86 0.24 0.83
Hex CE DD C8 7 0 A D 67 18 53
Octal 316 335 310 7 0 12 15 147 30 123
Binary 11001110 11011101 11001000 111 0 1010 1101 1100111 11000 1010011

Color Harmonies of #CEDDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDC8

Black with #CEDDC8

Text Example


Text Example

White with #CEDDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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