Html Css Color HEX #D0D7CE Peppermint

📋 copy color: '#D0D7CE'

red 208 ◦ green 215 ◦ blue 206

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

Shades of Peppermint #D0D7CE

Tints of Peppermint #D0D7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.18%

 BLUE value IS 206 (80.86% from 255) = 32.75%

R = 33.07%
G = 34.18%
B = 32.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D0D7CE (or 0xD0D7CE) is known color: Peppermint. HEX triplet: D0, D7 and CE. RGB value is (208,215,206). Sum of RGB (Red+Green+Blue) = 208+215+206=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7CE is #2F2831. Grayscale: #D3D3D3. Windows color (decimal): -3090482 or 13555664. OLE color: 13555664.

HSL color Cylindrical-coordinate representation of color #D0D7CE: hue angle of 106.67º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0D7CE is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 206 -
CMYK 0.03 0 0.04 0.16
HSL 106.67º 0.1% 0.83% -
HSV(B) 106.67º 0.04% 0.84% -
XYZ 61.45 66.47 67.98 -
YUV 211.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 208 215 206 0.03 0 0.04 0.16 106.67 0.1 0.83
Hex D0 D7 CE 3 0 4 10 6B A 53
Octal 320 327 316 3 0 4 20 153 12 123
Binary 11010000 11010111 11001110 11 0 100 10000 1101011 1010 1010011

Color Harmonies of #D0D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D7CE

Black with #D0D7CE

Text Example


Text Example

White with #D0D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D7CE; }

 p { color: rgb(208,215,206); }

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

background-color css

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

 a { background-color: rgb(208,215,206); }

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

border-color css

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

 span { border-color: rgb(208,215,206); }

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