Html Css Color HEX #D0E0CB Peppermint

📋 copy color: '#D0E0CB'

red 208 ◦ green 224 ◦ blue 203

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

Shades of Peppermint #D0E0CB

Tints of Peppermint #D0E0CB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.28%

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

R = 32.76%
G = 35.28%
B = 31.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D0E0CB (or 0xD0E0CB) is known color: Peppermint. HEX triplet: D0, E0 and CB. RGB value is (208,224,203). Sum of RGB (Red+Green+Blue) = 208+224+203=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0CB is #2F1F34. Grayscale: #D8D8D8. Windows color (decimal): -3088181 or 13361360. OLE color: 13361360.

HSL color Cylindrical-coordinate representation of color #D0E0CB: hue angle of 105.71º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0E0CB is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 203 -
CMYK 0.07 0 0.09 0.12
HSL 105.71º 0.25% 0.84% -
HSV(B) 105.71º 0.09% 0.88% -
XYZ 63.45 71.03 66.87 -
YUV 216.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 208 224 203 0.07 0 0.09 0.12 105.71 0.25 0.84
Hex D0 E0 CB 7 0 9 C 6A 19 54
Octal 320 340 313 7 0 11 14 152 31 124
Binary 11010000 11100000 11001011 111 0 1001 1100 1101010 11001 1010100

Color Harmonies of #D0E0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E0CB

Black with #D0E0CB

Text Example


Text Example

White with #D0E0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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