#CCBDC1

Color #CCBDC1 Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #CCBDC1

Tints of Melanie #CCBDC1

Color information

#CCBDC1 (or 0xCCBDC1) is unknown color: approx Melanie. HEX triplet: CC, BD and C1. RGB value is (204,189,193). Sum of RGB (Red+Green+Blue) = 204+189+193=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC1 is #33423E. Grayscale: #C1C1C1. Windows color (decimal): -3359295 or 12697036. OLE color: 12697036.

HSL color Cylindrical-coordinate representation of color #CCBDC1: hue angle of 344º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDC1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB204189193-
CMYK00.070.050.2
HSL344º12.82%77.06%-
HSV(B)344º7.35%80%-
XYZ52.7353.0857.92-
YUV193.94127.47135.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=34.81%
G=32.25%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418919300.070.050.234412.8277.06
HexCCBDC107514158d4d
Octal3142753010752453015115
Binary11001100101111011100000101111011010010101100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDC1; }

 p { color: rgb(204,189,193); }

 H1.HeaderClassName
 {
   color: #CCBDC1;
 }
 .AnyTagClassName
 {
   color: #CCBDC1;
 }
</style>
background-color css

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

 a { background-color: rgb(204,189,193); }

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

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

 span { border-color: rgb(204,189,193); }

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