Html Css Color HEX #D0D6CE Peppermint

📋 copy color: '#D0D6CE'

red 208 ◦ green 214 ◦ blue 206

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

Shades of Peppermint #D0D6CE

Tints of Peppermint #D0D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.08%

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

R = 33.12%
G = 34.08%
B = 32.8%

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

#D0D6CE (or 0xD0D6CE) is known color: Peppermint. HEX triplet: D0, D6 and CE. RGB value is (208,214,206). Sum of RGB (Red+Green+Blue) = 208+214+206=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6CE is #2F2931. Grayscale: #D3D3D3. Windows color (decimal): -3090738 or 13555408. OLE color: 13555408.

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

Color convert

RGB 208 214 206 -
CMYK 0.03 0 0.04 0.16
HSL 105º 0.09% 0.82% -
HSV(B) 105º 0.04% 0.84% -
XYZ 61.2 65.96 67.9 -
YUV 211.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 208 214 206 0.03 0 0.04 0.16 105 0.09 0.82
Hex D0 D6 CE 3 0 4 10 69 9 52
Octal 320 326 316 3 0 4 20 151 11 122
Binary 11010000 11010110 11001110 11 0 100 10000 1101001 1001 1010010

Color Harmonies of #D0D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D6CE

Black with #D0D6CE

Text Example


Text Example

White with #D0D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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