Html Css Color HEX #CEDDC7 Peppermint

📋 copy color: '#CEDDC7'

red 206 ◦ green 221 ◦ blue 199

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

Shades of Peppermint #CEDDC7

Tints of Peppermint #CEDDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.79%

R = 32.91%
G = 35.3%
B = 31.79%

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

#CEDDC7 (or 0xCEDDC7) is known color: Peppermint. HEX triplet: CE, DD and C7. RGB value is (206,221,199). Sum of RGB (Red+Green+Blue) = 206+221+199=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC7 is #312238. Grayscale: #D6D6D6. Windows color (decimal): -3220025 or 13098446. OLE color: 13098446.

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

Color convert

RGB 206 221 199 -
CMYK 0.07 0 0.10 0.13
HSL 100.91º 0.24% 0.82% -
HSV(B) 100.91º 0.1% 0.87% -
XYZ 61.62 68.96 64.1 -
YUV 214.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 206 221 199 0.07 0 0.10 0.13 100.91 0.24 0.82
Hex CE DD C7 7 0 A D 65 18 52
Octal 316 335 307 7 0 12 15 145 30 122
Binary 11001110 11011101 11000111 111 0 1010 1101 1100101 11000 1010010

Color Harmonies of #CEDDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDC7

Black with #CEDDC7

Text Example


Text Example

White with #CEDDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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