Html Css Color HEX #D0DECA Peppermint

📋 copy color: '#D0DECA'

red 208 ◦ green 222 ◦ blue 202

#D0DECA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peppermint #D0DECA

Tints of Peppermint #D0DECA

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.3% from 255) = 31.96%

R = 32.91%
G = 35.13%
B = 31.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D0DECA (or 0xD0DECA) is known color: 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

RGB 208 222 202 -
CMYK 0.06 0 0.09 0.13
HSL 102º 0.23% 0.83% -
HSV(B) 102º 0.09% 0.87% -
XYZ 62.79 69.92 66.06 -
YUV 215.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 208 222 202 0.06 0 0.09 0.13 102 0.23 0.83
Hex D0 DE CA 6 0 9 D 66 17 53
Octal 320 336 312 6 0 11 15 146 27 123
Binary 11010000 11011110 11001010 110 0 1001 1101 1100110 10111 1010011

Color Harmonies of #D0DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DECA

Black with #D0DECA

Text Example


Text Example

White with #D0DECA

Text Example


Text Example

HTML Codes & Css Web 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>