#D0E3CA

Color #D0E3CA Peppermint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peppermint #D0E3CA

Tints of Peppermint #D0E3CA

Color information

#D0E3CA (or 0xD0E3CA) is unknown color: approx Peppermint. HEX triplet: D0, E3 and CA. RGB value is (208,227,202). Sum of RGB (Red+Green+Blue) = 208+227+202=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E3CA is #2F1C35. Grayscale: #DADADA. Windows color (decimal): -3087414 or 13296592. OLE color: 13296592.

HSL color Cylindrical-coordinate representation of color #D0E3CA: hue angle of 105.6º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E3CA is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB208227202-
CMYK0.0800.110.11
HSL105.6º30.86%84.12%-
HSV(B)105.6º11.01%89.02%-
XYZ64.1472.6166.51-
YUV218.47118.71120.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.65%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=32.65%
G=35.64%
B=31.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082272020.0800.110.11105.630.8684.12
HexD0E3CA80BB6a1f54
Octal320343312100131315237124
Binary11010000111000111100101010000101110111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E3CA; }

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

 H1.HeaderClassName
 {
   color: #D0E3CA;
 }
 .AnyTagClassName
 {
   color: #D0E3CA;
 }
</style>
background-color css

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

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

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

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

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

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