Html Css Color HEX #D3E4CD Peppermint

📋 copy color: '#D3E4CD'

red 211 ◦ green 228 ◦ blue 205

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

Shades of Peppermint #D3E4CD

Tints of Peppermint #D3E4CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.83%

R = 32.76%
G = 35.4%
B = 31.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#D3E4CD (or 0xD3E4CD) is known color: Peppermint. HEX triplet: D3, E4 and CD. RGB value is (211,228,205). Sum of RGB (Red+Green+Blue) = 211+228+205=644 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.76% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E4CD is #2C1B32. Grayscale: #DCDCDC. Windows color (decimal): -2890547 or 13493459. OLE color: 13493459.

HSL color Cylindrical-coordinate representation of color #D3E4CD: hue angle of 104.35º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3E4CD is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 228 205 -
CMYK 0.07 0 0.10 0.11
HSL 104.35º 0.3% 0.85% -
HSV(B) 104.35º 0.1% 0.89% -
XYZ 65.63 73.74 68.53 -
YUV 220.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 211 228 205 0.07 0 0.10 0.11 104.35 0.3 0.85
Hex D3 E4 CD 7 0 A B 68 1E 55
Octal 323 344 315 7 0 12 13 150 36 125
Binary 11010011 11100100 11001101 111 0 1010 1011 1101000 11110 1010101

Color Harmonies of #D3E4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E4CD

Black with #D3E4CD

Text Example


Text Example

White with #D3E4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E4CD; }

 p { color: rgb(211,228,205); }

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

background-color css

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

 a { background-color: rgb(211,228,205); }

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

border-color css

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

 span { border-color: rgb(211,228,205); }

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