#CDE1CA

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

Shades of Peppermint #CDE1CA

Tints of Peppermint #CDE1CA

Color information

#CDE1CA (or 0xCDE1CA) is unknown color: approx Peppermint. HEX triplet: CD, E1 and CA. RGB value is (205,225,202). Sum of RGB (Red+Green+Blue) = 205+225+202=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1CA is #321E35. Grayscale: #D8D8D8. Windows color (decimal): -3284534 or 13296077. OLE color: 13296077.

HSL color Cylindrical-coordinate representation of color #CDE1CA: hue angle of 112.17º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE1CA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB205225202-
CMYK0.0900.100.12
HSL112.17º27.71%83.73%-
HSV(B)112.17º10.22%88.24%-
XYZ62.7671.0966.29-
YUV216.4119.87119.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=32.44%
G=35.60%
B=31.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052252020.0900.100.12112.1727.7183.73
HexCDE1CA90AC701c54
Octal315341312110121416034124
Binary11001101111000011100101010010101011001110000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1CA; }

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

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

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

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

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

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

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

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