Html Css Color HEX #D3E4CE Peppermint

📋 copy color: '#D3E4CE'

red 211 ◦ green 228 ◦ blue 206

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

Shades of Peppermint #D3E4CE

Tints of Peppermint #D3E4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.94%

R = 32.71%
G = 35.35%
B = 31.94%

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

#D3E4CE (or 0xD3E4CE) is known color: Peppermint. HEX triplet: D3, E4 and CE. RGB value is (211,228,206). Sum of RGB (Red+Green+Blue) = 211+228+206=645 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.71% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E4CE is #2C1B31. Grayscale: #DCDCDC. Windows color (decimal): -2890546 or 13558995. OLE color: 13558995.

HSL color Cylindrical-coordinate representation of color #D3E4CE: hue angle of 106.36º degrees, saturation: 0.29, 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 #D3E4CE is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 228 206 -
CMYK 0.07 0 0.10 0.11
HSL 106.36º 0.29% 0.85% -
HSV(B) 106.36º 0.1% 0.89% -
XYZ 65.75 73.79 69.17 -
YUV 220.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 211 228 206 0.07 0 0.10 0.11 106.36 0.29 0.85
Hex D3 E4 CE 7 0 A B 6A 1D 55
Octal 323 344 316 7 0 12 13 152 35 125
Binary 11010011 11100100 11001110 111 0 1010 1011 1101010 11101 1010101

Color Harmonies of #D3E4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E4CE

Black with #D3E4CE

Text Example


Text Example

White with #D3E4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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