Html Css Color HEX #CDB8BE Melanie

📋 copy color: '#CDB8BE'

red 205 ◦ green 184 ◦ blue 190

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

Shades of Melanie #CDB8BE

Tints of Melanie #CDB8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.78%

 BLUE value IS 190 (74.61% from 255) = 32.82%

R = 35.41%
G = 31.78%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CDB8BE (or 0xCDB8BE) is known color: Melanie. HEX triplet: CD, B8 and BE. RGB value is (205,184,190). Sum of RGB (Red+Green+Blue) = 205+184+190=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8BE is #324741. Grayscale: #BEBEBE. Windows color (decimal): -3295042 or 12499149. OLE color: 12499149.

HSL color Cylindrical-coordinate representation of color #CDB8BE: hue angle of 342.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB8BE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 190 -
CMYK 0 0.10 0.07 0.20
HSL 342.86º 0.17% 0.76% -
HSV(B) 342.86º 0.1% 0.8% -
XYZ 51.61 50.98 55.83 -
YUV 190.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 205 184 190 0 0.10 0.07 0.20 342.86 0.17 0.76
Hex CD B8 BE 0 A 7 14 157 11 4C
Octal 315 270 276 0 12 7 24 527 21 114
Binary 11001101 10111000 10111110 0 1010 111 10100 101010111 10001 1001100

Color Harmonies of #CDB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB8BE

Black with #CDB8BE

Text Example


Text Example

White with #CDB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB8BE; }

 p { color: rgb(205,184,190); }

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

background-color css

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

 a { background-color: rgb(205,184,190); }

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

border-color css

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

 span { border-color: rgb(205,184,190); }

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