Html Css Color HEX #CDABB7 Melanie

📋 copy color: '#CDABB7'

red 205 ◦ green 171 ◦ blue 183

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

Shades of Melanie #CDABB7

Tints of Melanie #CDABB7

RGB

 RED value IS 205 (80.47% from 255) = 36.67%

 GREEN value IS 171 (67.19% from 255) = 30.59%

 BLUE value IS 183 (71.88% from 255) = 32.74%

R = 36.67%
G = 30.59%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CDABB7 (or 0xCDABB7) is known color: Melanie. HEX triplet: CD, AB and B7. RGB value is (205,171,183). Sum of RGB (Red+Green+Blue) = 205+171+183=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABB7 is #325448. Grayscale: #B6B6B6. Windows color (decimal): -3298377 or 12037069. OLE color: 12037069.

HSL color Cylindrical-coordinate representation of color #CDABB7: hue angle of 338.82º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDABB7 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 171 183 -
CMYK 0 0.17 0.11 0.20
HSL 338.82º 0.25% 0.74% -
HSV(B) 338.82º 0.17% 0.8% -
XYZ 48.29 45.52 51.04 -
YUV 182.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 205 171 183 0 0.17 0.11 0.20 338.82 0.25 0.74
Hex CD AB B7 0 11 B 14 153 19 4A
Octal 315 253 267 0 21 13 24 523 31 112
Binary 11001101 10101011 10110111 0 10001 1011 10100 101010011 11001 1001010

Color Harmonies of #CDABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDABB7

Black with #CDABB7

Text Example


Text Example

White with #CDABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDABB7; }

 p { color: rgb(205,171,183); }

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

background-color css

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

 a { background-color: rgb(205,171,183); }

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

border-color css

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

 span { border-color: rgb(205,171,183); }

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