Html Css Color HEX #D1E6CA Peppermint

📋 copy color: '#D1E6CA'

red 209 ◦ green 230 ◦ blue 202

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

Shades of Peppermint #D1E6CA

Tints of Peppermint #D1E6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.88%

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

R = 32.61%
G = 35.88%
B = 31.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#D1E6CA (or 0xD1E6CA) is known color: Peppermint. HEX triplet: D1, E6 and CA. RGB value is (209,230,202). Sum of RGB (Red+Green+Blue) = 209+230+202=641 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.61% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E6CA is #2E1935. Grayscale: #DCDCDC. Windows color (decimal): -3021110 or 13297361. OLE color: 13297361.

HSL color Cylindrical-coordinate representation of color #D1E6CA: hue angle of 105º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1E6CA is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 230 202 -
CMYK 0.09 0 0.12 0.10
HSL 105º 0.36% 0.85% -
HSV(B) 105º 0.12% 0.9% -
XYZ 65.25 74.41 66.8 -
YUV 220.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 209 230 202 0.09 0 0.12 0.10 105 0.36 0.85
Hex D1 E6 CA 9 0 C A 69 24 55
Octal 321 346 312 11 0 14 12 151 44 125
Binary 11010001 11100110 11001010 1001 0 1100 1010 1101001 100100 1010101

Color Harmonies of #D1E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E6CA

Black with #D1E6CA

Text Example


Text Example

White with #D1E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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