Html Css Color HEX #D0E1CB Peppermint

📋 copy color: '#D0E1CB'

red 208 ◦ green 225 ◦ blue 203

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

Shades of Peppermint #D0E1CB

Tints of Peppermint #D0E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.38%

 BLUE value IS 203 (79.69% from 255) = 31.92%

R = 32.7%
G = 35.38%
B = 31.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#D0E1CB (or 0xD0E1CB) is known color: Peppermint. HEX triplet: D0, E1 and CB. RGB value is (208,225,203). Sum of RGB (Red+Green+Blue) = 208+225+203=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1CB is #2F1E34. Grayscale: #D9D9D9. Windows color (decimal): -3087925 or 13361616. OLE color: 13361616.

HSL color Cylindrical-coordinate representation of color #D0E1CB: hue angle of 106.36º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E1CB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 203 -
CMYK 0.08 0 0.10 0.12
HSL 106.36º 0.27% 0.84% -
HSV(B) 106.36º 0.1% 0.88% -
XYZ 63.72 71.57 66.96 -
YUV 217.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 208 225 203 0.08 0 0.10 0.12 106.36 0.27 0.84
Hex D0 E1 CB 8 0 A C 6A 1B 54
Octal 320 341 313 10 0 12 14 152 33 124
Binary 11010000 11100001 11001011 1000 0 1010 1100 1101010 11011 1010100

Color Harmonies of #D0E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E1CB

Black with #D0E1CB

Text Example


Text Example

White with #D0E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E1CB; }

 p { color: rgb(208,225,203); }

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

background-color css

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

 a { background-color: rgb(208,225,203); }

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

border-color css

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

 span { border-color: rgb(208,225,203); }

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