Html Css Color HEX #CDBCC1 Melanie

📋 copy color: '#CDBCC1'

red 205 ◦ green 188 ◦ blue 193

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

Shades of Melanie #CDBCC1

Tints of Melanie #CDBCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.08%

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

R = 34.98%
G = 32.08%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CDBCC1 (or 0xCDBCC1) is known color: Melanie. HEX triplet: CD, BC and C1. RGB value is (205,188,193). Sum of RGB (Red+Green+Blue) = 205+188+193=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCC1 is #32433E. Grayscale: #C1C1C1. Windows color (decimal): -3294015 or 12696781. OLE color: 12696781.

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

Color convert

RGB 205 188 193 -
CMYK 0 0.08 0.06 0.20
HSL 342.35º 0.15% 0.77% -
HSV(B) 342.35º 0.08% 0.8% -
XYZ 52.79 52.8 57.86 -
YUV 193.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 205 188 193 0 0.08 0.06 0.20 342.35 0.15 0.77
Hex CD BC C1 0 8 6 14 156 F 4D
Octal 315 274 301 0 10 6 24 526 17 115
Binary 11001101 10111100 11000001 0 1000 110 10100 101010110 1111 1001101

Color Harmonies of #CDBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBCC1

Black with #CDBCC1

Text Example


Text Example

White with #CDBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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