Html Css Color HEX #CEDCCC Peppermint

📋 copy color: '#CEDCCC'

red 206 ◦ green 220 ◦ blue 204

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

Shades of Peppermint #CEDCCC

Tints of Peppermint #CEDCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.38%

R = 32.7%
G = 34.92%
B = 32.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#CEDCCC (or 0xCEDCCC) is known color: Peppermint. HEX triplet: CE, DC and CC. RGB value is (206,220,204). Sum of RGB (Red+Green+Blue) = 206+220+204=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCCC is #312333. Grayscale: #D6D6D6. Windows color (decimal): -3220276 or 13425870. OLE color: 13425870.

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

Color convert

RGB 206 220 204 -
CMYK 0.06 0 0.07 0.14
HSL 112.5º 0.19% 0.83% -
HSV(B) 112.5º 0.07% 0.86% -
XYZ 61.95 68.67 67.12 -
YUV 213.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 206 220 204 0.06 0 0.07 0.14 112.5 0.19 0.83
Hex CE DC CC 6 0 7 E 70 13 53
Octal 316 334 314 6 0 7 16 160 23 123
Binary 11001110 11011100 11001100 110 0 111 1110 1110000 10011 1010011

Color Harmonies of #CEDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCCC

Black with #CEDCCC

Text Example


Text Example

White with #CEDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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