Html Css Color HEX #D8CACB Melanie

📋 copy color: '#D8CACB'

red 216 ◦ green 202 ◦ blue 203

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

Shades of Melanie #D8CACB

Tints of Melanie #D8CACB

RGB

 RED value IS 216 (84.77% from 255) = 34.78%

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

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

R = 34.78%
G = 32.53%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8CACB (or 0xD8CACB) is known color: Melanie. HEX triplet: D8, CA and CB. RGB value is (216,202,203). Sum of RGB (Red+Green+Blue) = 216+202+203=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CACB is #273534. Grayscale: #CECECE. Windows color (decimal): -2569525 or 13355736. OLE color: 13355736.

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

Color convert

RGB 216 202 203 -
CMYK 0 0.06 0.06 0.15
HSL 355.71º 0.15% 0.82% -
HSV(B) 355.71º 0.06% 0.85% -
XYZ 60.22 61.15 65.13 -
YUV 206.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 216 202 203 0 0.06 0.06 0.15 355.71 0.15 0.82
Hex D8 CA CB 0 6 6 F 164 F 52
Octal 330 312 313 0 6 6 17 544 17 122
Binary 11011000 11001010 11001011 0 110 110 1111 101100100 1111 1010010

Color Harmonies of #D8CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CACB

Black with #D8CACB

Text Example


Text Example

White with #D8CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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