#D0DECA

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

Shades of Peppermint #D0DECA

Tints of Peppermint #D0DECA

Color information

#D0DECA (or 0xD0DECA) is unknown color: approx Peppermint. HEX triplet: D0, DE and CA. RGB value is (208,222,202). Sum of RGB (Red+Green+Blue) = 208+222+202=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DECA is #2F2135. Grayscale: #D7D7D7. Windows color (decimal): -3088694 or 13295312. OLE color: 13295312.

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

Color convert

RGB208222202-
CMYK0.0600.090.13
HSL102º23.26%83.14%-
HSV(B)102º9.01%87.06%-
XYZ62.7969.9266.06-
YUV215.53120.36122.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=32.91%
G=35.13%
B=31.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082222020.0600.090.1310223.2683.14
HexD0DECA609D661753
Octal32033631260111514627123
Binary1101000011011110110010101100100111011100110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DECA; }

 p { color: rgb(208,222,202); }

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

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

 a { background-color: rgb(208,222,202); }

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

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

 span { border-color: rgb(208,222,202); }

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