Html Css Color HEX #D0DCCC Peppermint

📋 copy color: '#D0DCCC'

red 208 ◦ green 220 ◦ blue 204

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

Shades of Peppermint #D0DCCC

Tints of Peppermint #D0DCCC

RGB

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

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

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

R = 32.91%
G = 34.81%
B = 32.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#D0DCCC (or 0xD0DCCC) is known color: Peppermint. HEX triplet: D0, DC and CC. RGB value is (208,220,204). Sum of RGB (Red+Green+Blue) = 208+220+204=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCCC is #2F2333. Grayscale: #D6D6D6. Windows color (decimal): -3089204 or 13425872. OLE color: 13425872.

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

Color convert

RGB 208 220 204 -
CMYK 0.05 0 0.07 0.14
HSL 105º 0.19% 0.83% -
HSV(B) 105º 0.07% 0.86% -
XYZ 62.5 68.96 67.14 -
YUV 214.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 208 220 204 0.05 0 0.07 0.14 105 0.19 0.83
Hex D0 DC CC 5 0 7 E 69 13 53
Octal 320 334 314 5 0 7 16 151 23 123
Binary 11010000 11011100 11001100 101 0 111 1110 1101001 10011 1010011

Color Harmonies of #D0DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCCC

Black with #D0DCCC

Text Example


Text Example

White with #D0DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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