Html Css Color HEX #CDADB9 Melanie

📋 copy color: '#CDADB9'

red 205 ◦ green 173 ◦ blue 185

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

Shades of Melanie #CDADB9

Tints of Melanie #CDADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.73%

 BLUE value IS 185 (72.66% from 255) = 32.86%

R = 36.41%
G = 30.73%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CDADB9 (or 0xCDADB9) is known color: Melanie. HEX triplet: CD, AD and B9. RGB value is (205,173,185). Sum of RGB (Red+Green+Blue) = 205+173+185=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADB9 is #325246. Grayscale: #B7B7B7. Windows color (decimal): -3297863 or 12168653. OLE color: 12168653.

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

Color convert

RGB 205 173 185 -
CMYK 0 0.16 0.10 0.20
HSL 337.5º 0.24% 0.74% -
HSV(B) 337.5º 0.16% 0.8% -
XYZ 48.88 46.37 52.27 -
YUV 183.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 205 173 185 0 0.16 0.10 0.20 337.5 0.24 0.74
Hex CD AD B9 0 10 A 14 152 18 4A
Octal 315 255 271 0 20 12 24 522 30 112
Binary 11001101 10101101 10111001 0 10000 1010 10100 101010010 11000 1001010

Color Harmonies of #CDADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDADB9

Black with #CDADB9

Text Example


Text Example

White with #CDADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDADB9; }

 p { color: rgb(205,173,185); }

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

background-color css

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

 a { background-color: rgb(205,173,185); }

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

border-color css

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

 span { border-color: rgb(205,173,185); }

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