Html Css Color HEX #D3C9CA Melanie

📋 copy color: '#D3C9CA'

red 211 ◦ green 201 ◦ blue 202

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

Shades of Melanie #D3C9CA

Tints of Melanie #D3C9CA

RGB

 RED value IS 211 (82.81% from 255) = 34.36%

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

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

R = 34.36%
G = 32.74%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D3C9CA (or 0xD3C9CA) is known color: Melanie. HEX triplet: D3, C9 and CA. RGB value is (211,201,202). Sum of RGB (Red+Green+Blue) = 211+201+202=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C9CA is #2C3635. Grayscale: #CCCCCC. Windows color (decimal): -2897462 or 13289939. OLE color: 13289939.

HSL color Cylindrical-coordinate representation of color #D3C9CA: hue angle of 354º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3C9CA is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 201 202 -
CMYK 0 0.05 0.04 0.17
HSL 354º 0.1% 0.81% -
HSV(B) 354º 0.05% 0.83% -
XYZ 58.41 59.89 64.36 -
YUV 204.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 211 201 202 0 0.05 0.04 0.17 354 0.1 0.81
Hex D3 C9 CA 0 5 4 11 162 A 51
Octal 323 311 312 0 5 4 21 542 12 121
Binary 11010011 11001001 11001010 0 101 100 10001 101100010 1010 1010001

Color Harmonies of #D3C9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C9CA

Black with #D3C9CA

Text Example


Text Example

White with #D3C9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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