Html Css Color HEX #D1DCCE Peppermint

📋 copy color: '#D1DCCE'

red 209 ◦ green 220 ◦ blue 206

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

Shades of Peppermint #D1DCCE

Tints of Peppermint #D1DCCE

RGB

 RED value IS 209 (82.03% from 255) = 32.91%

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

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

R = 32.91%
G = 34.65%
B = 32.44%

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

#D1DCCE (or 0xD1DCCE) is known color: Peppermint. HEX triplet: D1, DC and CE. RGB value is (209,220,206). Sum of RGB (Red+Green+Blue) = 209+220+206=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCCE is #2E2331. Grayscale: #D7D7D7. Windows color (decimal): -3023666 or 13556945. OLE color: 13556945.

HSL color Cylindrical-coordinate representation of color #D1DCCE: hue angle of 107.14º 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 #D1DCCE is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 220 206 -
CMYK 0.05 0 0.06 0.14
HSL 107.14º 0.17% 0.84% -
HSV(B) 107.14º 0.06% 0.86% -
XYZ 63.03 69.2 68.43 -
YUV 215.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 209 220 206 0.05 0 0.06 0.14 107.14 0.17 0.84
Hex D1 DC CE 5 0 6 E 6B 11 54
Octal 321 334 316 5 0 6 16 153 21 124
Binary 11010001 11011100 11001110 101 0 110 1110 1101011 10001 1010100

Color Harmonies of #D1DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCCE

Black with #D1DCCE

Text Example


Text Example

White with #D1DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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