Html Css Color HEX #D2E4CA Peppermint

📋 copy color: '#D2E4CA'

red 210 ◦ green 228 ◦ blue 202

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

Shades of Peppermint #D2E4CA

Tints of Peppermint #D2E4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.63%

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

R = 32.81%
G = 35.63%
B = 31.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#D2E4CA (or 0xD2E4CA) is known color: Peppermint. HEX triplet: D2, E4 and CA. RGB value is (210,228,202). Sum of RGB (Red+Green+Blue) = 210+228+202=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E4CA is #2D1B35. Grayscale: #DBDBDB. Windows color (decimal): -2956086 or 13296850. OLE color: 13296850.

HSL color Cylindrical-coordinate representation of color #D2E4CA: hue angle of 101.54º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E4CA is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 228 202 -
CMYK 0.08 0 0.11 0.11
HSL 101.54º 0.33% 0.84% -
HSV(B) 101.54º 0.11% 0.89% -
XYZ 64.98 73.45 66.63 -
YUV 219.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 210 228 202 0.08 0 0.11 0.11 101.54 0.33 0.84
Hex D2 E4 CA 8 0 B B 66 20 54
Octal 322 344 312 10 0 13 13 146 40 124
Binary 11010010 11100100 11001010 1000 0 1011 1011 1100110 100000 1010100

Color Harmonies of #D2E4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E4CA

Black with #D2E4CA

Text Example


Text Example

White with #D2E4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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