Html Css Color HEX #D2DFCC Peppermint

📋 copy color: '#D2DFCC'

red 210 ◦ green 223 ◦ blue 204

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

Shades of Peppermint #D2DFCC

Tints of Peppermint #D2DFCC

RGB

 RED value IS 210 (82.42% from 255) = 32.97%

 GREEN value IS 223 (87.5% from 255) = 35.01%

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

R = 32.97%
G = 35.01%
B = 32.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D2DFCC (or 0xD2DFCC) is known color: Peppermint. HEX triplet: D2, DF and CC. RGB value is (210,223,204). Sum of RGB (Red+Green+Blue) = 210+223+204=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFCC is #2D2033. Grayscale: #D9D9D9. Windows color (decimal): -2957364 or 13426642. OLE color: 13426642.

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

Color convert

RGB 210 223 204 -
CMYK 0.06 0 0.09 0.13
HSL 101.05º 0.23% 0.84% -
HSV(B) 101.05º 0.09% 0.87% -
XYZ 63.87 70.84 67.43 -
YUV 216.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 210 223 204 0.06 0 0.09 0.13 101.05 0.23 0.84
Hex D2 DF CC 6 0 9 D 65 17 54
Octal 322 337 314 6 0 11 15 145 27 124
Binary 11010010 11011111 11001100 110 0 1001 1101 1100101 10111 1010100

Color Harmonies of #D2DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DFCC

Black with #D2DFCC

Text Example


Text Example

White with #D2DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DFCC; }

 p { color: rgb(210,223,204); }

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

background-color css

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

 a { background-color: rgb(210,223,204); }

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

border-color css

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

 span { border-color: rgb(210,223,204); }

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