Html Css Color HEX #D0E3C6 Peppermint

📋 copy color: '#D0E3C6'

red 208 ◦ green 227 ◦ blue 198

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

Shades of Peppermint #D0E3C6

Tints of Peppermint #D0E3C6

RGB

 RED value IS 208 (81.64% from 255) = 32.86%

 GREEN value IS 227 (89.06% from 255) = 35.86%

 BLUE value IS 198 (77.73% from 255) = 31.28%

R = 32.86%
G = 35.86%
B = 31.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#D0E3C6 (or 0xD0E3C6) is known color: Peppermint. HEX triplet: D0, E3 and C6. RGB value is (208,227,198). Sum of RGB (Red+Green+Blue) = 208+227+198=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E3C6 is #2F1C39. Grayscale: #DADADA. Windows color (decimal): -3087418 or 13034448. OLE color: 13034448.

HSL color Cylindrical-coordinate representation of color #D0E3C6: hue angle of 99.31º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0E3C6 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 227 198 -
CMYK 0.08 0 0.13 0.11
HSL 99.31º 0.34% 0.83% -
HSV(B) 99.31º 0.13% 0.89% -
XYZ 63.67 72.43 64.05 -
YUV 218.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 208 227 198 0.08 0 0.13 0.11 99.31 0.34 0.83
Hex D0 E3 C6 8 0 D B 63 22 53
Octal 320 343 306 10 0 15 13 143 42 123
Binary 11010000 11100011 11000110 1000 0 1101 1011 1100011 100010 1010011

Color Harmonies of #D0E3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E3C6

Black with #D0E3C6

Text Example


Text Example

White with #D0E3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E3C6; }

 p { color: rgb(208,227,198); }

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

background-color css

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

 a { background-color: rgb(208,227,198); }

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

border-color css

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

 span { border-color: rgb(208,227,198); }

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