Html Css Color HEX #D0E5CB Peppermint

📋 copy color: '#D0E5CB'

red 208 ◦ green 229 ◦ blue 203

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

Shades of Peppermint #D0E5CB

Tints of Peppermint #D0E5CB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.78%

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

R = 32.5%
G = 35.78%
B = 31.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#D0E5CB (or 0xD0E5CB) is known color: Peppermint. HEX triplet: D0, E5 and CB. RGB value is (208,229,203). Sum of RGB (Red+Green+Blue) = 208+229+203=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E5CB is #2F1A34. Grayscale: #DBDBDB. Windows color (decimal): -3086901 or 13362640. OLE color: 13362640.

HSL color Cylindrical-coordinate representation of color #D0E5CB: hue angle of 108.46º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E5CB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 229 203 -
CMYK 0.09 0 0.11 0.10
HSL 108.46º 0.33% 0.85% -
HSV(B) 108.46º 0.11% 0.9% -
XYZ 64.81 73.76 67.32 -
YUV 219.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 208 229 203 0.09 0 0.11 0.10 108.46 0.33 0.85
Hex D0 E5 CB 9 0 B A 6C 21 55
Octal 320 345 313 11 0 13 12 154 41 125
Binary 11010000 11100101 11001011 1001 0 1011 1010 1101100 100001 1010101

Color Harmonies of #D0E5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E5CB

Black with #D0E5CB

Text Example


Text Example

White with #D0E5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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