Html Css Color HEX #D0E5CA Peppermint

📋 copy color: '#D0E5CA'

red 208 ◦ green 229 ◦ blue 202

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

Shades of Peppermint #D0E5CA

Tints of Peppermint #D0E5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.61%

R = 32.55%
G = 35.84%
B = 31.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#D0E5CA (or 0xD0E5CA) is known color: Peppermint. HEX triplet: D0, E5 and CA. RGB value is (208,229,202). Sum of RGB (Red+Green+Blue) = 208+229+202=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E5CA is #2F1A35. Grayscale: #DBDBDB. Windows color (decimal): -3086902 or 13297104. OLE color: 13297104.

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

Color convert

RGB 208 229 202 -
CMYK 0.09 0 0.12 0.10
HSL 106.67º 0.34% 0.85% -
HSV(B) 106.67º 0.12% 0.9% -
XYZ 64.69 73.71 66.7 -
YUV 219.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 208 229 202 0.09 0 0.12 0.10 106.67 0.34 0.85
Hex D0 E5 CA 9 0 C A 6B 22 55
Octal 320 345 312 11 0 14 12 153 42 125
Binary 11010000 11100101 11001010 1001 0 1100 1010 1101011 100010 1010101

Color Harmonies of #D0E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E5CA

Black with #D0E5CA

Text Example


Text Example

White with #D0E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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