#CDE0CB

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

Shades of Peppermint #CDE0CB

Tints of Peppermint #CDE0CB

Color information

#CDE0CB (or 0xCDE0CB) is unknown color: approx Peppermint. HEX triplet: CD, E0 and CB. RGB value is (205,224,203). Sum of RGB (Red+Green+Blue) = 205+224+203=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0CB is #321F34. Grayscale: #D7D7D7. Windows color (decimal): -3284789 or 13361357. OLE color: 13361357.

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

Color convert

RGB205224203-
CMYK0.0800.090.12
HSL114.29º25.3%83.73%-
HSV(B)114.29º9.38%87.84%-
XYZ62.6170.666.83-
YUV215.92120.71120.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 224 (87.89% from 255) = 35.44%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=32.44%
G=35.44%
B=32.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052242030.0800.090.12114.2925.383.73
HexCDE0CB809C721954
Octal315340313100111416231124
Binary11001101111000001100101110000100111001110010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0CB; }

 p { color: rgb(205,224,203); }

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

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

 a { background-color: rgb(205,224,203); }

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

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

 span { border-color: rgb(205,224,203); }

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