Html Css Color HEX #D2E5CA Peppermint

📋 copy color: '#D2E5CA'

red 210 ◦ green 229 ◦ blue 202

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

Shades of Peppermint #D2E5CA

Tints of Peppermint #D2E5CA

RGB

 RED value IS 210 (82.42% from 255) = 32.76%

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

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

R = 32.76%
G = 35.73%
B = 31.51%

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

#D2E5CA (or 0xD2E5CA) is known color: Peppermint. HEX triplet: D2, E5 and CA. RGB value is (210,229,202). Sum of RGB (Red+Green+Blue) = 210+229+202=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5CA is #2D1A35. Grayscale: #DCDCDC. Windows color (decimal): -2955830 or 13297106. OLE color: 13297106.

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

Color convert

RGB 210 229 202 -
CMYK 0.08 0 0.12 0.10
HSL 102.22º 0.34% 0.85% -
HSV(B) 102.22º 0.12% 0.9% -
XYZ 65.26 74 66.72 -
YUV 220.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 210 229 202 0.08 0 0.12 0.10 102.22 0.34 0.85
Hex D2 E5 CA 8 0 C A 66 22 55
Octal 322 345 312 10 0 14 12 146 42 125
Binary 11010010 11100101 11001010 1000 0 1100 1010 1100110 100010 1010101

Color Harmonies of #D2E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E5CA

Black with #D2E5CA

Text Example


Text Example

White with #D2E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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