#CCC0DF

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

Shades of Melrose #CCC0DF

Tints of Melrose #CCC0DF

Color information

#CCC0DF (or 0xCCC0DF) is unknown color: approx Melrose. HEX triplet: CC, C0 and DF. RGB value is (204,192,223). Sum of RGB (Red+Green+Blue) = 204+192+223=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0DF is #333F20. Grayscale: #C7C7C7. Windows color (decimal): -3358497 or 14663884. OLE color: 14663884.

HSL color Cylindrical-coordinate representation of color #CCC0DF: hue angle of 263.23º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC0DF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204192223-
CMYK0.090.1400.13
HSL263.23º32.63%81.37%-
HSV(B)263.23º13.9%87.45%-
XYZ57.0755.8677.59-
YUV199.12141.48131.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 192 (75.39% from 255) = 31.02%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=32.96%
G=31.02%
B=36.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041922230.090.1400.13263.2332.6381.37
HexCCC0DF9E0D1072151
Octal314300337111601540741121
Binary11001100110000001101111110011110011011000001111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0DF; }

 p { color: rgb(204,192,223); }

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

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

 a { background-color: rgb(204,192,223); }

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

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

 span { border-color: rgb(204,192,223); }

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