Html Css Color HEX #D1E5CA Peppermint

📋 copy color: '#D1E5CA'

red 209 ◦ green 229 ◦ blue 202

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

Shades of Peppermint #D1E5CA

Tints of Peppermint #D1E5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.78%

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

R = 32.66%
G = 35.78%
B = 31.56%

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

#D1E5CA (or 0xD1E5CA) is known color: Peppermint. HEX triplet: D1, E5 and CA. RGB value is (209,229,202). Sum of RGB (Red+Green+Blue) = 209+229+202=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E5CA is #2E1A35. Grayscale: #DCDCDC. Windows color (decimal): -3021366 or 13297105. OLE color: 13297105.

HSL color Cylindrical-coordinate representation of color #D1E5CA: hue angle of 104.44º degrees, saturation: 0.34, 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 #D1E5CA is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 229 202 -
CMYK 0.09 0 0.12 0.10
HSL 104.44º 0.34% 0.85% -
HSV(B) 104.44º 0.12% 0.9% -
XYZ 64.97 73.86 66.71 -
YUV 219.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 209 229 202 0.09 0 0.12 0.10 104.44 0.34 0.85
Hex D1 E5 CA 9 0 C A 68 22 55
Octal 321 345 312 11 0 14 12 150 42 125
Binary 11010001 11100101 11001010 1001 0 1100 1010 1101000 100010 1010101

Color Harmonies of #D1E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E5CA

Black with #D1E5CA

Text Example


Text Example

White with #D1E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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