Html Css Color HEX #D2E0CC Peppermint

📋 copy color: '#D2E0CC'

red 210 ◦ green 224 ◦ blue 204

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

Shades of Peppermint #D2E0CC

Tints of Peppermint #D2E0CC

RGB

 RED value IS 210 (82.42% from 255) = 32.92%

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

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

R = 32.92%
G = 35.11%
B = 31.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D2E0CC (or 0xD2E0CC) is known color: Peppermint. HEX triplet: D2, E0 and CC. RGB value is (210,224,204). Sum of RGB (Red+Green+Blue) = 210+224+204=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0CC is #2D1F33. Grayscale: #D9D9D9. Windows color (decimal): -2957108 or 13426898. OLE color: 13426898.

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

Color convert

RGB 210 224 204 -
CMYK 0.06 0 0.09 0.12
HSL 102º 0.24% 0.84% -
HSV(B) 102º 0.09% 0.88% -
XYZ 64.13 71.37 67.52 -
YUV 217.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 210 224 204 0.06 0 0.09 0.12 102 0.24 0.84
Hex D2 E0 CC 6 0 9 C 66 18 54
Octal 322 340 314 6 0 11 14 146 30 124
Binary 11010010 11100000 11001100 110 0 1001 1100 1100110 11000 1010100

Color Harmonies of #D2E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E0CC

Black with #D2E0CC

Text Example


Text Example

White with #D2E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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