Html Css Color HEX #D1DACE Peppermint

📋 copy color: '#D1DACE'

red 209 ◦ green 218 ◦ blue 206

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

Shades of Peppermint #D1DACE

Tints of Peppermint #D1DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.44%

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

R = 33.02%
G = 34.44%
B = 32.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D1DACE (or 0xD1DACE) is known color: Peppermint. HEX triplet: D1, DA and CE. RGB value is (209,218,206). Sum of RGB (Red+Green+Blue) = 209+218+206=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DACE is #2E2531. Grayscale: #D5D5D5. Windows color (decimal): -3024178 or 13556433. OLE color: 13556433.

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

Color convert

RGB 209 218 206 -
CMYK 0.04 0 0.06 0.15
HSL 105º 0.14% 0.83% -
HSV(B) 105º 0.06% 0.85% -
XYZ 62.51 68.15 68.25 -
YUV 213.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 209 218 206 0.04 0 0.06 0.15 105 0.14 0.83
Hex D1 DA CE 4 0 6 F 69 E 53
Octal 321 332 316 4 0 6 17 151 16 123
Binary 11010001 11011010 11001110 100 0 110 1111 1101001 1110 1010011

Color Harmonies of #D1DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DACE

Black with #D1DACE

Text Example


Text Example

White with #D1DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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