Html Css Color HEX #D0DFCA Peppermint

📋 copy color: '#D0DFCA'

red 208 ◦ green 223 ◦ blue 202

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

Shades of Peppermint #D0DFCA

Tints of Peppermint #D0DFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.23%

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

R = 32.86%
G = 35.23%
B = 31.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D0DFCA (or 0xD0DFCA) is known color: Peppermint. HEX triplet: D0, DF and CA. RGB value is (208,223,202). Sum of RGB (Red+Green+Blue) = 208+223+202=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFCA is #2F2035. Grayscale: #D8D8D8. Windows color (decimal): -3088438 or 13295568. OLE color: 13295568.

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

Color convert

RGB 208 223 202 -
CMYK 0.07 0 0.09 0.13
HSL 102.86º 0.25% 0.83% -
HSV(B) 102.86º 0.09% 0.87% -
XYZ 63.06 70.45 66.15 -
YUV 216.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 208 223 202 0.07 0 0.09 0.13 102.86 0.25 0.83
Hex D0 DF CA 7 0 9 D 67 19 53
Octal 320 337 312 7 0 11 15 147 31 123
Binary 11010000 11011111 11001010 111 0 1001 1101 1100111 11001 1010011

Color Harmonies of #D0DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFCA

Black with #D0DFCA

Text Example


Text Example

White with #D0DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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