#CCC4DB

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

Shades of Melrose #CCC4DB

Tints of Melrose #CCC4DB

Color information

#CCC4DB (or 0xCCC4DB) is unknown color: approx Melrose. HEX triplet: CC, C4 and DB. RGB value is (204,196,219). Sum of RGB (Red+Green+Blue) = 204+196+219=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4DB is #333B24. Grayscale: #C8C8C8. Windows color (decimal): -3357477 or 14402764. OLE color: 14402764.

HSL color Cylindrical-coordinate representation of color #CCC4DB: hue angle of 260.87º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC4DB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204196219-
CMYK0.070.1100.14
HSL260.87º24.21%81.37%-
HSV(B)260.87º10.5%85.88%-
XYZ57.4357.4375.08-
YUV201.01138.15130.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=32.96%
G=31.66%
B=35.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041962190.070.1100.14260.8724.2181.37
HexCCC4DB7B0E1051851
Octal31430433371301640530121
Binary110011001100010011011011111101101110100000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4DB; }

 p { color: rgb(204,196,219); }

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

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

 a { background-color: rgb(204,196,219); }

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

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

 span { border-color: rgb(204,196,219); }

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