#CEDFCA

Color #CEDFCA Peppermint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peppermint #CEDFCA

Tints of Peppermint #CEDFCA

Color information

#CEDFCA (or 0xCEDFCA) is unknown color: approx Peppermint. HEX triplet: CE, DF and CA. RGB value is (206,223,202). Sum of RGB (Red+Green+Blue) = 206+223+202=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFCA is #312035. Grayscale: #D7D7D7. Windows color (decimal): -3219510 or 13295566. OLE color: 13295566.

HSL color Cylindrical-coordinate representation of color #CEDFCA: hue angle of 108.57º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDFCA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB206223202-
CMYK0.0800.090.13
HSL108.57º24.71%83.33%-
HSV(B)108.57º9.42%87.45%-
XYZ62.570.1666.13-
YUV215.52120.37121.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=32.65%
G=35.34%
B=32.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062232020.0800.090.13108.5724.7183.33
HexCEDFCA809D6d1953
Octal316337312100111515531123
Binary11001110110111111100101010000100111011101101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFCA; }

 p { color: rgb(206,223,202); }

 H1.HeaderClassName
 {
   color: #CEDFCA;
 }
 .AnyTagClassName
 {
   color: #CEDFCA;
 }
</style>
background-color css

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

 a { background-color: rgb(206,223,202); }

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

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

 span { border-color: rgb(206,223,202); }

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