Html Css Color HEX #D1DFCA Peppermint

📋 copy color: '#D1DFCA'

red 209 ◦ green 223 ◦ blue 202

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

Shades of Peppermint #D1DFCA

Tints of Peppermint #D1DFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.17%

 BLUE value IS 202 (79.3% from 255) = 31.86%

R = 32.97%
G = 35.17%
B = 31.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D1DFCA (or 0xD1DFCA) is known color: Peppermint. HEX triplet: D1, DF and CA. RGB value is (209,223,202). Sum of RGB (Red+Green+Blue) = 209+223+202=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFCA is #2E2035. Grayscale: #D8D8D8. Windows color (decimal): -3022902 or 13295569. OLE color: 13295569.

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

Color convert

RGB 209 223 202 -
CMYK 0.06 0 0.09 0.13
HSL 100º 0.25% 0.83% -
HSV(B) 100º 0.09% 0.87% -
XYZ 63.34 70.59 66.16 -
YUV 216.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 209 223 202 0.06 0 0.09 0.13 100 0.25 0.83
Hex D1 DF CA 6 0 9 D 64 19 53
Octal 321 337 312 6 0 11 15 144 31 123
Binary 11010001 11011111 11001010 110 0 1001 1101 1100100 11001 1010011

Color Harmonies of #D1DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DFCA

Black with #D1DFCA

Text Example


Text Example

White with #D1DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DFCA; }

 p { color: rgb(209,223,202); }

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

background-color css

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

 a { background-color: rgb(209,223,202); }

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

border-color css

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

 span { border-color: rgb(209,223,202); }

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