Html Css Color HEX #D6C6CA Melanie

📋 copy color: '#D6C6CA'

red 214 ◦ green 198 ◦ blue 202

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

Shades of Melanie #D6C6CA

Tints of Melanie #D6C6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.25%

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

R = 34.85%
G = 32.25%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6C6CA (or 0xD6C6CA) is known color: Melanie. HEX triplet: D6, C6 and CA. RGB value is (214,198,202). Sum of RGB (Red+Green+Blue) = 214+198+202=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6CA is #293935. Grayscale: #CBCBCB. Windows color (decimal): -2701622 or 13289174. OLE color: 13289174.

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

Color convert

RGB 214 198 202 -
CMYK 0 0.07 0.06 0.16
HSL 345º 0.16% 0.81% -
HSV(B) 345º 0.07% 0.84% -
XYZ 58.59 58.95 64.17 -
YUV 203.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 214 198 202 0 0.07 0.06 0.16 345 0.16 0.81
Hex D6 C6 CA 0 7 6 10 159 10 51
Octal 326 306 312 0 7 6 20 531 20 121
Binary 11010110 11000110 11001010 0 111 110 10000 101011001 10000 1010001

Color Harmonies of #D6C6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C6CA

Black with #D6C6CA

Text Example


Text Example

White with #D6C6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C6CA; }

 p { color: rgb(214,198,202); }

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

background-color css

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

 a { background-color: rgb(214,198,202); }

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

border-color css

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

 span { border-color: rgb(214,198,202); }

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