Html Css Color HEX #D0DCCE Peppermint

📋 copy color: '#D0DCCE'

red 208 ◦ green 220 ◦ blue 206

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

Shades of Peppermint #D0DCCE

Tints of Peppermint #D0DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.7%

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

R = 32.81%
G = 34.7%
B = 32.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#D0DCCE (or 0xD0DCCE) is known color: Peppermint. HEX triplet: D0, DC and CE. RGB value is (208,220,206). Sum of RGB (Red+Green+Blue) = 208+220+206=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCCE is #2F2331. Grayscale: #D6D6D6. Windows color (decimal): -3089202 or 13556944. OLE color: 13556944.

HSL color Cylindrical-coordinate representation of color #D0DCCE: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DCCE is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 206 -
CMYK 0.05 0 0.06 0.14
HSL 111.43º 0.17% 0.84% -
HSV(B) 111.43º 0.06% 0.86% -
XYZ 62.75 69.05 68.41 -
YUV 214.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 208 220 206 0.05 0 0.06 0.14 111.43 0.17 0.84
Hex D0 DC CE 5 0 6 E 6F 11 54
Octal 320 334 316 5 0 6 16 157 21 124
Binary 11010000 11011100 11001110 101 0 110 1110 1101111 10001 1010100

Color Harmonies of #D0DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCCE

Black with #D0DCCE

Text Example


Text Example

White with #D0DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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