Html Css Color HEX #D2C2C7 Melanie

📋 copy color: '#D2C2C7'

red 210 ◦ green 194 ◦ blue 199

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

Shades of Melanie #D2C2C7

Tints of Melanie #D2C2C7

RGB

 RED value IS 210 (82.42% from 255) = 34.83%

 GREEN value IS 194 (76.17% from 255) = 32.17%

 BLUE value IS 199 (78.13% from 255) = 33%

R = 34.83%
G = 32.17%
B = 33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D2C2C7 (or 0xD2C2C7) is known color: Melanie. HEX triplet: D2, C2 and C7. RGB value is (210,194,199). Sum of RGB (Red+Green+Blue) = 210+194+199=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C2C7 is #2D3D38. Grayscale: #C7C7C7. Windows color (decimal): -2964793 or 13091538. OLE color: 13091538.

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

Color convert

RGB 210 194 199 -
CMYK 0 0.08 0.05 0.18
HSL 341.25º 0.15% 0.79% -
HSV(B) 341.25º 0.08% 0.82% -
XYZ 56.18 56.41 61.96 -
YUV 199.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 210 194 199 0 0.08 0.05 0.18 341.25 0.15 0.79
Hex D2 C2 C7 0 8 5 12 155 F 4F
Octal 322 302 307 0 10 5 22 525 17 117
Binary 11010010 11000010 11000111 0 1000 101 10010 101010101 1111 1001111

Color Harmonies of #D2C2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C2C7

Black with #D2C2C7

Text Example


Text Example

White with #D2C2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C2C7; }

 p { color: rgb(210,194,199); }

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

background-color css

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

 a { background-color: rgb(210,194,199); }

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

border-color css

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

 span { border-color: rgb(210,194,199); }

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