Html Css Color HEX #D0E0CC Peppermint

📋 copy color: '#D0E0CC'

red 208 ◦ green 224 ◦ blue 204

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

Shades of Peppermint #D0E0CC

Tints of Peppermint #D0E0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.08%

R = 32.7%
G = 35.22%
B = 32.08%

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

#D0E0CC (or 0xD0E0CC) is known color: Peppermint. HEX triplet: D0, E0 and CC. RGB value is (208,224,204). Sum of RGB (Red+Green+Blue) = 208+224+204=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0CC is #2F1F33. Grayscale: #D9D9D9. Windows color (decimal): -3088180 or 13426896. OLE color: 13426896.

HSL color Cylindrical-coordinate representation of color #D0E0CC: hue angle of 108º degrees, saturation: 0.24, 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 #D0E0CC is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 204 -
CMYK 0.07 0 0.09 0.12
HSL 108º 0.24% 0.84% -
HSV(B) 108º 0.09% 0.88% -
XYZ 63.57 71.08 67.5 -
YUV 216.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 208 224 204 0.07 0 0.09 0.12 108 0.24 0.84
Hex D0 E0 CC 7 0 9 C 6C 18 54
Octal 320 340 314 7 0 11 14 154 30 124
Binary 11010000 11100000 11001100 111 0 1001 1100 1101100 11000 1010100

Color Harmonies of #D0E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E0CC

Black with #D0E0CC

Text Example


Text Example

White with #D0E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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