Html Css Color HEX #D0E6CA Peppermint

📋 copy color: '#D0E6CA'

red 208 ◦ green 230 ◦ blue 202

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

Shades of Peppermint #D0E6CA

Tints of Peppermint #D0E6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.94%

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

R = 32.5%
G = 35.94%
B = 31.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#D0E6CA (or 0xD0E6CA) is known color: Peppermint. HEX triplet: D0, E6 and CA. RGB value is (208,230,202). Sum of RGB (Red+Green+Blue) = 208+230+202=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E6CA is #2F1935. Grayscale: #DCDCDC. Windows color (decimal): -3086646 or 13297360. OLE color: 13297360.

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

Color convert

RGB 208 230 202 -
CMYK 0.10 0 0.12 0.10
HSL 107.14º 0.36% 0.85% -
HSV(B) 107.14º 0.12% 0.9% -
XYZ 64.97 74.27 66.79 -
YUV 220.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 208 230 202 0.10 0 0.12 0.10 107.14 0.36 0.85
Hex D0 E6 CA A 0 C A 6B 24 55
Octal 320 346 312 12 0 14 12 153 44 125
Binary 11010000 11100110 11001010 1010 0 1100 1010 1101011 100100 1010101

Color Harmonies of #D0E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E6CA

Black with #D0E6CA

Text Example


Text Example

White with #D0E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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