Html Css Color HEX #D0D9CE Peppermint

📋 copy color: '#D0D9CE'

red 208 ◦ green 217 ◦ blue 206

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

Shades of Peppermint #D0D9CE

Tints of Peppermint #D0D9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.39%

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

R = 32.96%
G = 34.39%
B = 32.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D0D9CE (or 0xD0D9CE) is known color: Peppermint. HEX triplet: D0, D9 and CE. RGB value is (208,217,206). Sum of RGB (Red+Green+Blue) = 208+217+206=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D9CE is #2F2631. Grayscale: #D5D5D5. Windows color (decimal): -3089970 or 13556176. OLE color: 13556176.

HSL color Cylindrical-coordinate representation of color #D0D9CE: hue angle of 109.09º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0D9CE is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 217 206 -
CMYK 0.04 0 0.05 0.15
HSL 109.09º 0.13% 0.83% -
HSV(B) 109.09º 0.05% 0.85% -
XYZ 61.97 67.49 68.15 -
YUV 213.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 208 217 206 0.04 0 0.05 0.15 109.09 0.13 0.83
Hex D0 D9 CE 4 0 5 F 6D D 53
Octal 320 331 316 4 0 5 17 155 15 123
Binary 11010000 11011001 11001110 100 0 101 1111 1101101 1101 1010011

Color Harmonies of #D0D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D9CE

Black with #D0D9CE

Text Example


Text Example

White with #D0D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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