Html Css Color HEX #D7CACB Melanie

📋 copy color: '#D7CACB'

red 215 ◦ green 202 ◦ blue 203

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

Shades of Melanie #D7CACB

Tints of Melanie #D7CACB

RGB

 RED value IS 215 (84.38% from 255) = 34.68%

 GREEN value IS 202 (79.3% from 255) = 32.58%

 BLUE value IS 203 (79.69% from 255) = 32.74%

R = 34.68%
G = 32.58%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7CACB (or 0xD7CACB) is known color: Melanie. HEX triplet: D7, CA and CB. RGB value is (215,202,203). Sum of RGB (Red+Green+Blue) = 215+202+203=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CACB is #283534. Grayscale: #CECECE. Windows color (decimal): -2635061 or 13355735. OLE color: 13355735.

HSL color Cylindrical-coordinate representation of color #D7CACB: hue angle of 355.38º degrees, saturation: 0.14, 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 #D7CACB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 202 203 -
CMYK 0 0.06 0.06 0.16
HSL 355.38º 0.14% 0.82% -
HSV(B) 355.38º 0.06% 0.84% -
XYZ 59.92 61 65.12 -
YUV 206 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 215 202 203 0 0.06 0.06 0.16 355.38 0.14 0.82
Hex D7 CA CB 0 6 6 10 163 E 52
Octal 327 312 313 0 6 6 20 543 16 122
Binary 11010111 11001010 11001011 0 110 110 10000 101100011 1110 1010010

Color Harmonies of #D7CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CACB

Black with #D7CACB

Text Example


Text Example

White with #D7CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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