Html Css Color HEX #D6E8CF Peppermint

📋 copy color: '#D6E8CF'

red 214 ◦ green 232 ◦ blue 207

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

Shades of Peppermint #D6E8CF

Tints of Peppermint #D6E8CF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.53%

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

R = 32.77%
G = 35.53%
B = 31.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#D6E8CF (or 0xD6E8CF) is known color: Peppermint. HEX triplet: D6, E8 and CF. RGB value is (214,232,207). Sum of RGB (Red+Green+Blue) = 214+232+207=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8CF is #291730. Grayscale: #DFDFDF. Windows color (decimal): -2692913 or 13625558. OLE color: 13625558.

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

Color convert

RGB 214 232 207 -
CMYK 0.08 0 0.11 0.09
HSL 103.2º 0.35% 0.86% -
HSV(B) 103.2º 0.11% 0.91% -
XYZ 67.85 76.51 70.22 -
YUV 223.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 214 232 207 0.08 0 0.11 0.09 103.2 0.35 0.86
Hex D6 E8 CF 8 0 B 9 67 23 56
Octal 326 350 317 10 0 13 11 147 43 126
Binary 11010110 11101000 11001111 1000 0 1011 1001 1100111 100011 1010110

Color Harmonies of #D6E8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E8CF

Black with #D6E8CF

Text Example


Text Example

White with #D6E8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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