Html Css Color HEX #D0DDCE Peppermint

📋 copy color: '#D0DDCE'

red 208 ◦ green 221 ◦ blue 206

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

Shades of Peppermint #D0DDCE

Tints of Peppermint #D0DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.8%

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

R = 32.76%
G = 34.8%
B = 32.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#D0DDCE (or 0xD0DDCE) is known color: Peppermint. HEX triplet: D0, DD and CE. RGB value is (208,221,206). Sum of RGB (Red+Green+Blue) = 208+221+206=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDCE is #2F2231. Grayscale: #D7D7D7. Windows color (decimal): -3088946 or 13557200. OLE color: 13557200.

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

Color convert

RGB 208 221 206 -
CMYK 0.06 0 0.07 0.13
HSL 112º 0.18% 0.84% -
HSV(B) 112º 0.07% 0.87% -
XYZ 63.01 69.58 68.5 -
YUV 215.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 208 221 206 0.06 0 0.07 0.13 112 0.18 0.84
Hex D0 DD CE 6 0 7 D 70 12 54
Octal 320 335 316 6 0 7 15 160 22 124
Binary 11010000 11011101 11001110 110 0 111 1101 1110000 10010 1010100

Color Harmonies of #D0DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDCE

Black with #D0DDCE

Text Example


Text Example

White with #D0DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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