Html Css Color HEX #D5C9CA Melanie

📋 copy color: '#D5C9CA'

red 213 ◦ green 201 ◦ blue 202

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

Shades of Melanie #D5C9CA

Tints of Melanie #D5C9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.63%

 BLUE value IS 202 (79.3% from 255) = 32.79%

R = 34.58%
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

#D5C9CA (or 0xD5C9CA) is known color: Melanie. HEX triplet: D5, C9 and CA. RGB value is (213,201,202). Sum of RGB (Red+Green+Blue) = 213+201+202=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9CA is #2A3635. Grayscale: #CCCCCC. Windows color (decimal): -2766390 or 13289941. OLE color: 13289941.

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

Color convert

RGB 213 201 202 -
CMYK 0 0.06 0.05 0.16
HSL 355º 0.13% 0.81% -
HSV(B) 355º 0.06% 0.84% -
XYZ 58.99 60.18 64.38 -
YUV 204.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 213 201 202 0 0.06 0.05 0.16 355 0.13 0.81
Hex D5 C9 CA 0 6 5 10 163 C 51
Octal 325 311 312 0 6 5 20 543 14 121
Binary 11010101 11001001 11001010 0 110 101 10000 101100011 1100 1010001

Color Harmonies of #D5C9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C9CA

Black with #D5C9CA

Text Example


Text Example

White with #D5C9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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