Html Css Color HEX #D1DDCF Peppermint

📋 copy color: '#D1DDCF'

red 209 ◦ green 221 ◦ blue 207

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

Shades of Peppermint #D1DDCF

Tints of Peppermint #D1DDCF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.69%

 BLUE value IS 207 (81.25% from 255) = 32.5%

R = 32.81%
G = 34.69%
B = 32.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#D1DDCF (or 0xD1DDCF) is known color: Peppermint. HEX triplet: D1, DD and CF. RGB value is (209,221,207). Sum of RGB (Red+Green+Blue) = 209+221+207=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDCF is #2E2230. Grayscale: #D7D7D7. Windows color (decimal): -3023409 or 13622737. OLE color: 13622737.

HSL color Cylindrical-coordinate representation of color #D1DDCF: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1DDCF is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 221 207 -
CMYK 0.05 0 0.06 0.13
HSL 111.43º 0.17% 0.84% -
HSV(B) 111.43º 0.06% 0.87% -
XYZ 63.41 69.77 69.16 -
YUV 215.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 209 221 207 0.05 0 0.06 0.13 111.43 0.17 0.84
Hex D1 DD CF 5 0 6 D 6F 11 54
Octal 321 335 317 5 0 6 15 157 21 124
Binary 11010001 11011101 11001111 101 0 110 1101 1101111 10001 1010100

Color Harmonies of #D1DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDCF

Black with #D1DDCF

Text Example


Text Example

White with #D1DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDCF; }

 p { color: rgb(209,221,207); }

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

background-color css

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

 a { background-color: rgb(209,221,207); }

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

border-color css

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

 span { border-color: rgb(209,221,207); }

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