Html Css Color HEX #D0DACC Peppermint

📋 copy color: '#D0DACC'

red 208 ◦ green 218 ◦ blue 204

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

Shades of Peppermint #D0DACC

Tints of Peppermint #D0DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.6%

 BLUE value IS 204 (80.08% from 255) = 32.38%

R = 33.02%
G = 34.6%
B = 32.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D0DACC (or 0xD0DACC) is known color: Peppermint. HEX triplet: D0, DA and CC. RGB value is (208,218,204). Sum of RGB (Red+Green+Blue) = 208+218+204=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DACC is #2F2533. Grayscale: #D5D5D5. Windows color (decimal): -3089716 or 13425360. OLE color: 13425360.

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

Color convert

RGB 208 218 204 -
CMYK 0.05 0 0.06 0.15
HSL 102.86º 0.16% 0.83% -
HSV(B) 102.86º 0.06% 0.85% -
XYZ 61.98 67.91 66.97 -
YUV 213.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 208 218 204 0.05 0 0.06 0.15 102.86 0.16 0.83
Hex D0 DA CC 5 0 6 F 67 10 53
Octal 320 332 314 5 0 6 17 147 20 123
Binary 11010000 11011010 11001100 101 0 110 1111 1100111 10000 1010011

Color Harmonies of #D0DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DACC

Black with #D0DACC

Text Example


Text Example

White with #D0DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DACC; }

 p { color: rgb(208,218,204); }

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

background-color css

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

 a { background-color: rgb(208,218,204); }

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

border-color css

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

 span { border-color: rgb(208,218,204); }

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