#CCC5EB

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

Shades of Melrose #CCC5EB

Tints of Melrose #CCC5EB

Color information

#CCC5EB (or 0xCCC5EB) is unknown color: approx Melrose. HEX triplet: CC, C5 and EB. RGB value is (204,197,235). Sum of RGB (Red+Green+Blue) = 204+197+235=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5EB is #333A14. Grayscale: #CBCBCB. Windows color (decimal): -3357205 or 15451596. OLE color: 15451596.

HSL color Cylindrical-coordinate representation of color #CCC5EB: hue angle of 251.05º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC5EB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204197235-
CMYK0.130.1600.08
HSL251.05º48.72%84.71%-
HSV(B)251.05º16.17%92.16%-
XYZ59.8658.7786.79-
YUV203.42145.82128.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=32.08%
G=30.97%
B=36.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041972350.130.1600.08251.0548.7284.71
HexCCC5EBD1008fb3155
Octal314305353152001037361125
Binary11001100110001011110101111011000001000111110111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5EB; }

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

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

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

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

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

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

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

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