Html Css Color HEX #D6CACB Melanie

📋 copy color: '#D6CACB'

red 214 ◦ green 202 ◦ blue 203

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

Shades of Melanie #D6CACB

Tints of Melanie #D6CACB

RGB

 RED value IS 214 (83.98% from 255) = 34.57%

 GREEN value IS 202 (79.3% 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 value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6CACB (or 0xD6CACB) is known color: 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

RGB 214 202 203 -
CMYK 0 0.06 0.05 0.16
HSL 355º 0.13% 0.82% -
HSV(B) 355º 0.06% 0.84% -
XYZ 59.63 60.85 65.1 -
YUV 205.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 214 202 203 0 0.06 0.05 0.16 355 0.13 0.82
Hex D6 CA CB 0 6 5 10 163 D 52
Octal 326 312 313 0 6 5 20 543 15 122
Binary 11010110 11001010 11001011 0 110 101 10000 101100011 1101 1010010

Color Harmonies of #D6CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CACB

Black with #D6CACB

Text Example


Text Example

White with #D6CACB

Text Example


Text Example

HTML Codes & Css Web 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>