Html Css Color HEX #DCE0DA Peppermint

📋 copy color: '#DCE0DA'

red 220 ◦ green 224 ◦ blue 218

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

Shades of Peppermint #DCE0DA

Tints of Peppermint #DCE0DA

RGB

 RED value IS 220 (86.33% from 255) = 33.23%

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

 BLUE value IS 218 (85.55% from 255) = 32.93%

R = 33.23%
G = 33.84%
B = 32.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#DCE0DA (or 0xDCE0DA) is known color: Peppermint. HEX triplet: DC, E0 and DA. RGB value is (220,224,218). Sum of RGB (Red+Green+Blue) = 220+224+218=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0DA is #231F25. Grayscale: #DEDEDE. Windows color (decimal): -2301734 or 14344412. OLE color: 14344412.

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

Color convert

RGB 220 224 218 -
CMYK 0.02 0 0.03 0.12
HSL 100º 0.09% 0.87% -
HSV(B) 100º 0.03% 0.88% -
XYZ 68.83 73.59 76.91 -
YUV 222.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 220 224 218 0.02 0 0.03 0.12 100 0.09 0.87
Hex DC E0 DA 2 0 3 C 64 9 57
Octal 334 340 332 2 0 3 14 144 11 127
Binary 11011100 11100000 11011010 10 0 11 1100 1100100 1001 1010111

Color Harmonies of #DCE0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE0DA

Black with #DCE0DA

Text Example


Text Example

White with #DCE0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE0DA; }

 p { color: rgb(220,224,218); }

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

background-color css

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

 a { background-color: rgb(220,224,218); }

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

border-color css

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

 span { border-color: rgb(220,224,218); }

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