Html Css Color HEX #CDB1BB Melanie

📋 copy color: '#CDB1BB'

red 205 ◦ green 177 ◦ blue 187

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

Shades of Melanie #CDB1BB

Tints of Melanie #CDB1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.11%

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

R = 36.03%
G = 31.11%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CDB1BB (or 0xCDB1BB) is known color: Melanie. HEX triplet: CD, B1 and BB. RGB value is (205,177,187). Sum of RGB (Red+Green+Blue) = 205+177+187=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1BB is #324E44. Grayscale: #BABABA. Windows color (decimal): -3296837 or 12300749. OLE color: 12300749.

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

Color convert

RGB 205 177 187 -
CMYK 0 0.14 0.09 0.20
HSL 338.57º 0.22% 0.75% -
HSV(B) 338.57º 0.14% 0.8% -
XYZ 49.87 48.01 53.65 -
YUV 186.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 205 177 187 0 0.14 0.09 0.20 338.57 0.22 0.75
Hex CD B1 BB 0 E 9 14 153 16 4B
Octal 315 261 273 0 16 11 24 523 26 113
Binary 11001101 10110001 10111011 0 1110 1001 10100 101010011 10110 1001011

Color Harmonies of #CDB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB1BB

Black with #CDB1BB

Text Example


Text Example

White with #CDB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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