#CDDFCA

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

Shades of Peppermint #CDDFCA

Tints of Peppermint #CDDFCA

Color information

#CDDFCA (or 0xCDDFCA) is unknown color: approx Peppermint. HEX triplet: CD, DF and CA. RGB value is (205,223,202). Sum of RGB (Red+Green+Blue) = 205+223+202=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFCA is #322035. Grayscale: #D7D7D7. Windows color (decimal): -3285046 or 13295565. OLE color: 13295565.

HSL color Cylindrical-coordinate representation of color #CDDFCA: hue angle of 111.43º 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 #CDDFCA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB205223202-
CMYK0.0800.090.13
HSL111.43º24.71%83.33%-
HSV(B)111.43º9.42%87.45%-
XYZ62.2370.0266.11-
YUV215.22120.54120.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=32.54%
G=35.40%
B=32.06%

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
Decimal2052232020.0800.090.13111.4324.7183.33
HexCDDFCA809D6f1953
Octal315337312100111515731123
Binary11001101110111111100101010000100111011101111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFCA; }

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

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

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

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

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

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

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

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