Html Css Color HEX #D3E5CA Peppermint

📋 copy color: '#D3E5CA'

red 211 ◦ green 229 ◦ blue 202

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

Shades of Peppermint #D3E5CA

Tints of Peppermint #D3E5CA

RGB

 RED value IS 211 (82.81% from 255) = 32.87%

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

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

R = 32.87%
G = 35.67%
B = 31.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#D3E5CA (or 0xD3E5CA) is known color: Peppermint. HEX triplet: D3, E5 and CA. RGB value is (211,229,202). Sum of RGB (Red+Green+Blue) = 211+229+202=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E5CA is #2C1A35. Grayscale: #DCDCDC. Windows color (decimal): -2890294 or 13297107. OLE color: 13297107.

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

Color convert

RGB 211 229 202 -
CMYK 0.08 0 0.12 0.10
HSL 100º 0.34% 0.85% -
HSV(B) 100º 0.12% 0.9% -
XYZ 65.54 74.15 66.74 -
YUV 220.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 211 229 202 0.08 0 0.12 0.10 100 0.34 0.85
Hex D3 E5 CA 8 0 C A 64 22 55
Octal 323 345 312 10 0 14 12 144 42 125
Binary 11010011 11100101 11001010 1000 0 1100 1010 1100100 100010 1010101

Color Harmonies of #D3E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E5CA

Black with #D3E5CA

Text Example


Text Example

White with #D3E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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