Html Css Color HEX #D6EACF Peppermint

📋 copy color: '#D6EACF'

red 214 ◦ green 234 ◦ blue 207

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

Shades of Peppermint #D6EACF

Tints of Peppermint #D6EACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.6%

R = 32.67%
G = 35.73%
B = 31.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#D6EACF (or 0xD6EACF) is known color: Peppermint. HEX triplet: D6, EA and CF. RGB value is (214,234,207). Sum of RGB (Red+Green+Blue) = 214+234+207=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EACF is #291530. Grayscale: #E1E1E1. Windows color (decimal): -2692401 or 13626070. OLE color: 13626070.

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

Color convert

RGB 214 234 207 -
CMYK 0.09 0 0.12 0.08
HSL 104.44º 0.39% 0.86% -
HSV(B) 104.44º 0.12% 0.92% -
XYZ 68.42 77.65 70.41 -
YUV 224.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 214 234 207 0.09 0 0.12 0.08 104.44 0.39 0.86
Hex D6 EA CF 9 0 C 8 68 27 56
Octal 326 352 317 11 0 14 10 150 47 126
Binary 11010110 11101010 11001111 1001 0 1100 1000 1101000 100111 1010110

Color Harmonies of #D6EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EACF

Black with #D6EACF

Text Example


Text Example

White with #D6EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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