Html Css Color HEX #D1DBCE Peppermint

📋 copy color: '#D1DBCE'

red 209 ◦ green 219 ◦ blue 206

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

Shades of Peppermint #D1DBCE

Tints of Peppermint #D1DBCE

RGB

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

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

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

R = 32.97%
G = 34.54%
B = 32.49%

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

#D1DBCE (or 0xD1DBCE) is known color: Peppermint. HEX triplet: D1, DB and CE. RGB value is (209,219,206). Sum of RGB (Red+Green+Blue) = 209+219+206=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBCE is #2E2431. Grayscale: #D6D6D6. Windows color (decimal): -3023922 or 13556689. OLE color: 13556689.

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

Color convert

RGB 209 219 206 -
CMYK 0.05 0 0.06 0.14
HSL 106.15º 0.15% 0.83% -
HSV(B) 106.15º 0.06% 0.86% -
XYZ 62.77 68.67 68.34 -
YUV 214.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 209 219 206 0.05 0 0.06 0.14 106.15 0.15 0.83
Hex D1 DB CE 5 0 6 E 6A F 53
Octal 321 333 316 5 0 6 16 152 17 123
Binary 11010001 11011011 11001110 101 0 110 1110 1101010 1111 1010011

Color Harmonies of #D1DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DBCE

Black with #D1DBCE

Text Example


Text Example

White with #D1DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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