Html Css Color HEX #D2DFCB Peppermint

📋 copy color: '#D2DFCB'

red 210 ◦ green 223 ◦ blue 203

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

Shades of Peppermint #D2DFCB

Tints of Peppermint #D2DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.92%

R = 33.02%
G = 35.06%
B = 31.92%

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

#D2DFCB (or 0xD2DFCB) is known color: Peppermint. HEX triplet: D2, DF and CB. RGB value is (210,223,203). Sum of RGB (Red+Green+Blue) = 210+223+203=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFCB is #2D2034. Grayscale: #D8D8D8. Windows color (decimal): -2957365 or 13361106. OLE color: 13361106.

HSL color Cylindrical-coordinate representation of color #D2DFCB: hue angle of 99º degrees, saturation: 0.24, 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 #D2DFCB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 223 203 -
CMYK 0.06 0 0.09 0.13
HSL 99º 0.24% 0.84% -
HSV(B) 99º 0.09% 0.87% -
XYZ 63.75 70.79 66.8 -
YUV 216.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 210 223 203 0.06 0 0.09 0.13 99 0.24 0.84
Hex D2 DF CB 6 0 9 D 63 18 54
Octal 322 337 313 6 0 11 15 143 30 124
Binary 11010010 11011111 11001011 110 0 1001 1101 1100011 11000 1010100

Color Harmonies of #D2DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DFCB

Black with #D2DFCB

Text Example


Text Example

White with #D2DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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