Html Css Color HEX #D0D5CE Peppermint

📋 copy color: '#D0D5CE'

red 208 ◦ green 213 ◦ blue 206

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

Shades of Peppermint #D0D5CE

Tints of Peppermint #D0D5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.97%

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

R = 33.17%
G = 33.97%
B = 32.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D0D5CE (or 0xD0D5CE) is known color: Peppermint. HEX triplet: D0, D5 and CE. RGB value is (208,213,206). Sum of RGB (Red+Green+Blue) = 208+213+206=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5CE is #2F2A31. Grayscale: #D2D2D2. Windows color (decimal): -3090994 or 13555152. OLE color: 13555152.

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

Color convert

RGB 208 213 206 -
CMYK 0.02 0 0.03 0.16
HSL 102.86º 0.08% 0.82% -
HSV(B) 102.86º 0.03% 0.84% -
XYZ 60.95 65.45 67.81 -
YUV 210.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 208 213 206 0.02 0 0.03 0.16 102.86 0.08 0.82
Hex D0 D5 CE 2 0 3 10 67 8 52
Octal 320 325 316 2 0 3 20 147 10 122
Binary 11010000 11010101 11001110 10 0 11 10000 1100111 1000 1010010

Color Harmonies of #D0D5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D5CE

Black with #D0D5CE

Text Example


Text Example

White with #D0D5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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