#CCC3DB

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

Shades of Melrose #CCC3DB

Tints of Melrose #CCC3DB

Color information

#CCC3DB (or 0xCCC3DB) is unknown color: approx Melrose. HEX triplet: CC, C3 and DB. RGB value is (204,195,219). Sum of RGB (Red+Green+Blue) = 204+195+219=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3DB is #333C24. Grayscale: #C8C8C8. Windows color (decimal): -3357733 or 14402508. OLE color: 14402508.

HSL color Cylindrical-coordinate representation of color #CCC3DB: hue angle of 262.5º degrees, saturation: 0.25, 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 #CCC3DB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204195219-
CMYK0.070.1100.14
HSL262.5º25%81.18%-
HSV(B)262.5º10.96%85.88%-
XYZ57.256.9875-
YUV200.43138.48130.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=33.01%
G=31.55%
B=35.44%

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
Decimal2041952190.070.1100.14262.52581.18
HexCCC3DB7B0E1061951
Octal31430333371301640631121
Binary110011001100001111011011111101101110100000110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3DB; }

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

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

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

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

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

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

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

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