#CCC5ED

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

Shades of Melrose #CCC5ED

Tints of Melrose #CCC5ED

Color information

#CCC5ED (or 0xCCC5ED) is unknown color: approx Melrose. HEX triplet: CC, C5 and ED. RGB value is (204,197,237). Sum of RGB (Red+Green+Blue) = 204+197+237=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5ED is #333A12. Grayscale: #CBCBCB. Windows color (decimal): -3357203 or 15582668. OLE color: 15582668.

HSL color Cylindrical-coordinate representation of color #CCC5ED: hue angle of 250.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC5ED is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204197237-
CMYK0.140.1700.07
HSL250.5º52.63%85.1%-
HSV(B)250.5º16.88%92.94%-
XYZ60.1558.8888.32-
YUV203.65146.82128.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=31.97%
G=30.88%
B=37.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041972370.140.1700.07250.552.6385.1
HexCCC5EDE1107fa3555
Octal31430535516210737265125
Binary1100110011000101111011011110100010111111110101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5ED; }

 p { color: rgb(204,197,237); }

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

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

 a { background-color: rgb(204,197,237); }

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

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

 span { border-color: rgb(204,197,237); }

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