#CCBEC1

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

Shades of Melanie #CCBEC1

Tints of Melanie #CCBEC1

Color information

#CCBEC1 (or 0xCCBEC1) is unknown color: approx Melanie. HEX triplet: CC, BE and C1. RGB value is (204,190,193). Sum of RGB (Red+Green+Blue) = 204+190+193=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC1 is #33413E. Grayscale: #C2C2C2. Windows color (decimal): -3359039 or 12697292. OLE color: 12697292.

HSL color Cylindrical-coordinate representation of color #CCBEC1: hue angle of 347.14º degrees, saturation: 0.12, 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 #CCBEC1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB204190193-
CMYK00.070.050.2
HSL347.14º12.07%77.25%-
HSV(B)347.14º6.86%80%-
XYZ52.9453.5157.99-
YUV194.53127.14134.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 193 (75.78% from 255) = 32.88%
R=34.75%
G=32.37%
B=32.88%

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
Decimal20419019300.070.050.2347.1412.0777.25
HexCCBEC10751415bc4d
Octal3142763010752453314115
Binary11001100101111101100000101111011010010101101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEC1; }

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

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

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

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

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

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

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

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