Html Css Color HEX #D0DECB Peppermint

📋 copy color: '#D0DECB'

red 208 ◦ green 222 ◦ blue 203

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

Shades of Peppermint #D0DECB

Tints of Peppermint #D0DECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.07%

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

R = 32.86%
G = 35.07%
B = 32.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D0DECB (or 0xD0DECB) is known color: Peppermint. HEX triplet: D0, DE and CB. RGB value is (208,222,203). Sum of RGB (Red+Green+Blue) = 208+222+203=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DECB is #2F2134. Grayscale: #D7D7D7. Windows color (decimal): -3088693 or 13360848. OLE color: 13360848.

HSL color Cylindrical-coordinate representation of color #D0DECB: hue angle of 104.21º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0DECB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 222 203 -
CMYK 0.06 0 0.09 0.13
HSL 104.21º 0.22% 0.83% -
HSV(B) 104.21º 0.09% 0.87% -
XYZ 62.91 69.96 66.69 -
YUV 215.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 208 222 203 0.06 0 0.09 0.13 104.21 0.22 0.83
Hex D0 DE CB 6 0 9 D 68 16 53
Octal 320 336 313 6 0 11 15 150 26 123
Binary 11010000 11011110 11001011 110 0 1001 1101 1101000 10110 1010011

Color Harmonies of #D0DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DECB

Black with #D0DECB

Text Example


Text Example

White with #D0DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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