Html Css Color HEX #D2DBCE Peppermint

📋 copy color: '#D2DBCE'

red 210 ◦ green 219 ◦ blue 206

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

Shades of Peppermint #D2DBCE

Tints of Peppermint #D2DBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.49%

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

R = 33.07%
G = 34.49%
B = 32.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#D2DBCE (or 0xD2DBCE) is known color: Peppermint. HEX triplet: D2, DB and CE. RGB value is (210,219,206). Sum of RGB (Red+Green+Blue) = 210+219+206=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBCE is #2D2431. Grayscale: #D6D6D6. Windows color (decimal): -2958386 or 13556690. OLE color: 13556690.

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

Color convert

RGB 210 219 206 -
CMYK 0.04 0 0.06 0.14
HSL 101.54º 0.15% 0.83% -
HSV(B) 101.54º 0.06% 0.86% -
XYZ 63.05 68.82 68.35 -
YUV 214.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 210 219 206 0.04 0 0.06 0.14 101.54 0.15 0.83
Hex D2 DB CE 4 0 6 E 66 F 53
Octal 322 333 316 4 0 6 16 146 17 123
Binary 11010010 11011011 11001110 100 0 110 1110 1100110 1111 1010011

Color Harmonies of #D2DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBCE

Black with #D2DBCE

Text Example


Text Example

White with #D2DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBCE; }

 p { color: rgb(210,219,206); }

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

background-color css

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

 a { background-color: rgb(210,219,206); }

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

border-color css

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

 span { border-color: rgb(210,219,206); }

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