Html Css Color HEX #D0E3CB Peppermint

📋 copy color: '#D0E3CB'

red 208 ◦ green 227 ◦ blue 203

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

Shades of Peppermint #D0E3CB

Tints of Peppermint #D0E3CB

RGB

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

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

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

R = 32.6%
G = 35.58%
B = 31.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#D0E3CB (or 0xD0E3CB) is known color: Peppermint. HEX triplet: D0, E3 and CB. RGB value is (208,227,203). Sum of RGB (Red+Green+Blue) = 208+227+203=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E3CB is #2F1C34. Grayscale: #DADADA. Windows color (decimal): -3087413 or 13362128. OLE color: 13362128.

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

Color convert

RGB 208 227 203 -
CMYK 0.08 0 0.11 0.11
HSL 107.5º 0.3% 0.84% -
HSV(B) 107.5º 0.11% 0.89% -
XYZ 64.26 72.66 67.14 -
YUV 218.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 208 227 203 0.08 0 0.11 0.11 107.5 0.3 0.84
Hex D0 E3 CB 8 0 B B 6C 1E 54
Octal 320 343 313 10 0 13 13 154 36 124
Binary 11010000 11100011 11001011 1000 0 1011 1011 1101100 11110 1010100

Color Harmonies of #D0E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E3CB

Black with #D0E3CB

Text Example


Text Example

White with #D0E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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