Html Css Color HEX #D0DFCD Peppermint

📋 copy color: '#D0DFCD'

red 208 ◦ green 223 ◦ blue 205

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

Shades of Peppermint #D0DFCD

Tints of Peppermint #D0DFCD

RGB

 RED value IS 208 (81.64% from 255) = 32.7%

 GREEN value IS 223 (87.5% from 255) = 35.06%

 BLUE value IS 205 (80.47% from 255) = 32.23%

R = 32.7%
G = 35.06%
B = 32.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D0DFCD (or 0xD0DFCD) is known color: Peppermint. HEX triplet: D0, DF and CD. RGB value is (208,223,205). Sum of RGB (Red+Green+Blue) = 208+223+205=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFCD is #2F2032. Grayscale: #D8D8D8. Windows color (decimal): -3088435 or 13492176. OLE color: 13492176.

HSL color Cylindrical-coordinate representation of color #D0DFCD: hue angle of 110º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0DFCD is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 223 205 -
CMYK 0.07 0 0.08 0.13
HSL 110º 0.22% 0.84% -
HSV(B) 110º 0.08% 0.87% -
XYZ 63.42 70.59 68.04 -
YUV 216.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 208 223 205 0.07 0 0.08 0.13 110 0.22 0.84
Hex D0 DF CD 7 0 8 D 6E 16 54
Octal 320 337 315 7 0 10 15 156 26 124
Binary 11010000 11011111 11001101 111 0 1000 1101 1101110 10110 1010100

Color Harmonies of #D0DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFCD

Black with #D0DFCD

Text Example


Text Example

White with #D0DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFCD; }

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

 H1.HeaderClassName
 {
   color: #D0DFCD;
 }
 .AnyTagClassName
 {
   color: #D0DFCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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