Html Css Color HEX #CDB2BB Melanie

📋 copy color: '#CDB2BB'

red 205 ◦ green 178 ◦ blue 187

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

Shades of Melanie #CDB2BB

Tints of Melanie #CDB2BB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.23%

 BLUE value IS 187 (73.44% from 255) = 32.81%

R = 35.96%
G = 31.23%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CDB2BB (or 0xCDB2BB) is known color: Melanie. HEX triplet: CD, B2 and BB. RGB value is (205,178,187). Sum of RGB (Red+Green+Blue) = 205+178+187=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2BB is #324D44. Grayscale: #BBBBBB. Windows color (decimal): -3296581 or 12301005. OLE color: 12301005.

HSL color Cylindrical-coordinate representation of color #CDB2BB: hue angle of 340º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB2BB is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 178 187 -
CMYK 0 0.13 0.09 0.20
HSL 340º 0.21% 0.75% -
HSV(B) 340º 0.13% 0.8% -
XYZ 50.07 48.41 53.72 -
YUV 187.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 205 178 187 0 0.13 0.09 0.20 340 0.21 0.75
Hex CD B2 BB 0 D 9 14 154 15 4B
Octal 315 262 273 0 15 11 24 524 25 113
Binary 11001101 10110010 10111011 0 1101 1001 10100 101010100 10101 1001011

Color Harmonies of #CDB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB2BB

Black with #CDB2BB

Text Example


Text Example

White with #CDB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB2BB; }

 p { color: rgb(205,178,187); }

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

background-color css

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

 a { background-color: rgb(205,178,187); }

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

border-color css

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

 span { border-color: rgb(205,178,187); }

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