Html Css Color HEX #D6EACA Peppermint

📋 copy color: '#D6EACA'

red 214 ◦ green 234 ◦ blue 202

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

Shades of Peppermint #D6EACA

Tints of Peppermint #D6EACA

RGB

 RED value IS 214 (83.98% from 255) = 32.92%

 GREEN value IS 234 (91.8% from 255) = 36%

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

R = 32.92%
G = 36%
B = 31.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#D6EACA (or 0xD6EACA) is known color: Peppermint. HEX triplet: D6, EA and CA. RGB value is (214,234,202). Sum of RGB (Red+Green+Blue) = 214+234+202=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EACA is #291535. Grayscale: #E0E0E0. Windows color (decimal): -2692406 or 13298390. OLE color: 13298390.

HSL color Cylindrical-coordinate representation of color #D6EACA: hue angle of 97.5º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6EACA is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 234 202 -
CMYK 0.09 0 0.14 0.08
HSL 97.5º 0.43% 0.85% -
HSV(B) 97.5º 0.14% 0.92% -
XYZ 67.82 77.41 67.24 -
YUV 224.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 214 234 202 0.09 0 0.14 0.08 97.5 0.43 0.85
Hex D6 EA CA 9 0 E 8 62 2B 55
Octal 326 352 312 11 0 16 10 142 53 125
Binary 11010110 11101010 11001010 1001 0 1110 1000 1100010 101011 1010101

Color Harmonies of #D6EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EACA

Black with #D6EACA

Text Example


Text Example

White with #D6EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EACA; }

 p { color: rgb(214,234,202); }

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

background-color css

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

 a { background-color: rgb(214,234,202); }

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

border-color css

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

 span { border-color: rgb(214,234,202); }

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