Html Css Color HEX #D3E0CC Peppermint

📋 copy color: '#D3E0CC'

red 211 ◦ green 224 ◦ blue 204

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

Shades of Peppermint #D3E0CC

Tints of Peppermint #D3E0CC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.05%

 BLUE value IS 204 (80.08% from 255) = 31.92%

R = 33.02%
G = 35.05%
B = 31.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D3E0CC (or 0xD3E0CC) is known color: Peppermint. HEX triplet: D3, E0 and CC. RGB value is (211,224,204). Sum of RGB (Red+Green+Blue) = 211+224+204=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0CC is #2C1F33. Grayscale: #D9D9D9. Windows color (decimal): -2891572 or 13426899. OLE color: 13426899.

HSL color Cylindrical-coordinate representation of color #D3E0CC: hue angle of 99º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3E0CC is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 224 204 -
CMYK 0.06 0 0.09 0.12
HSL 99º 0.24% 0.84% -
HSV(B) 99º 0.09% 0.88% -
XYZ 64.42 71.52 67.54 -
YUV 217.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 211 224 204 0.06 0 0.09 0.12 99 0.24 0.84
Hex D3 E0 CC 6 0 9 C 63 18 54
Octal 323 340 314 6 0 11 14 143 30 124
Binary 11010011 11100000 11001100 110 0 1001 1100 1100011 11000 1010100

Color Harmonies of #D3E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E0CC

Black with #D3E0CC

Text Example


Text Example

White with #D3E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E0CC; }

 p { color: rgb(211,224,204); }

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

background-color css

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

 a { background-color: rgb(211,224,204); }

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

border-color css

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

 span { border-color: rgb(211,224,204); }

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