Html Css Color HEX #D5CACB Melanie

📋 copy color: '#D5CACB'

red 213 ◦ green 202 ◦ blue 203

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

Shades of Melanie #D5CACB

Tints of Melanie #D5CACB

RGB

 RED value IS 213 (83.59% from 255) = 34.47%

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

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

R = 34.47%
G = 32.69%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5CACB (or 0xD5CACB) is known color: Melanie. HEX triplet: D5, CA and CB. RGB value is (213,202,203). Sum of RGB (Red+Green+Blue) = 213+202+203=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CACB is #2A3534. Grayscale: #CDCDCD. Windows color (decimal): -2766133 or 13355733. OLE color: 13355733.

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

Color convert

RGB 213 202 203 -
CMYK 0 0.05 0.05 0.16
HSL 354.55º 0.12% 0.81% -
HSV(B) 354.55º 0.05% 0.84% -
XYZ 59.34 60.7 65.09 -
YUV 205.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 213 202 203 0 0.05 0.05 0.16 354.55 0.12 0.81
Hex D5 CA CB 0 5 5 10 163 C 51
Octal 325 312 313 0 5 5 20 543 14 121
Binary 11010101 11001010 11001011 0 101 101 10000 101100011 1100 1010001

Color Harmonies of #D5CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CACB

Black with #D5CACB

Text Example


Text Example

White with #D5CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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