#D6CACB

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

Shades of Melanie #D6CACB

Tints of Melanie #D6CACB

Color information

#D6CACB (or 0xD6CACB) is unknown color: approx Melanie. HEX triplet: D6, CA and CB. RGB value is (214,202,203). Sum of RGB (Red+Green+Blue) = 214+202+203=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CACB is #293534. Grayscale: #CDCDCD. Windows color (decimal): -2700597 or 13355734. OLE color: 13355734.

HSL color Cylindrical-coordinate representation of color #D6CACB: hue angle of 355º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6CACB is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214202203-
CMYK00.060.050.16
HSL355º12.77%81.57%-
HSV(B)355º5.61%83.92%-
XYZ59.6360.8565.1-
YUV205.7126.48133.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=34.57%
G=32.63%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420220300.060.050.1635512.7781.57
HexD6CACB06510163d52
Octal3263123130652054315122
Binary11010110110010101100101101101011000010110001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CACB; }

 p { color: rgb(214,202,203); }

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

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

 a { background-color: rgb(214,202,203); }

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

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

 span { border-color: rgb(214,202,203); }

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