Html Css Color HEX #CDBBC1 Melanie

📋 copy color: '#CDBBC1'

red 205 ◦ green 187 ◦ blue 193

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

Shades of Melanie #CDBBC1

Tints of Melanie #CDBBC1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.97%

 BLUE value IS 193 (75.78% from 255) = 32.99%

R = 35.04%
G = 31.97%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CDBBC1 (or 0xCDBBC1) is known color: Melanie. HEX triplet: CD, BB and C1. RGB value is (205,187,193). Sum of RGB (Red+Green+Blue) = 205+187+193=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBC1 is #32443E. Grayscale: #C1C1C1. Windows color (decimal): -3294271 or 12696525. OLE color: 12696525.

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

Color convert

RGB 205 187 193 -
CMYK 0 0.09 0.06 0.20
HSL 340º 0.15% 0.77% -
HSV(B) 340º 0.09% 0.8% -
XYZ 52.57 52.37 57.79 -
YUV 193.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 205 187 193 0 0.09 0.06 0.20 340 0.15 0.77
Hex CD BB C1 0 9 6 14 154 F 4D
Octal 315 273 301 0 11 6 24 524 17 115
Binary 11001101 10111011 11000001 0 1001 110 10100 101010100 1111 1001101

Color Harmonies of #CDBBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBBC1

Black with #CDBBC1

Text Example


Text Example

White with #CDBBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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