#CAC1EC

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

Shades of Melrose #CAC1EC

Tints of Melrose #CAC1EC

Color information

#CAC1EC (or 0xCAC1EC) is unknown color: approx Melrose. HEX triplet: CA, C1 and EC. RGB value is (202,193,236). Sum of RGB (Red+Green+Blue) = 202+193+236=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC1EC is #353E13. Grayscale: #C8C8C8. Windows color (decimal): -3489300 or 15516106. OLE color: 15516106.

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

Color convert

RGB202193236-
CMYK0.140.1800.07
HSL252.56º53.09%84.12%-
HSV(B)252.56º18.22%92.55%-
XYZ58.5756.7587.22-
YUV200.59147.98129-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 193 (75.78% from 255) = 30.59%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=32.01%
G=30.59%
B=37.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021932360.140.1800.07252.5653.0984.12
HexCAC1ECE1207fd3554
Octal31230135416220737565124
Binary1100101011000001111011001110100100111111111011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1EC; }

 p { color: rgb(202,193,236); }

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

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

 a { background-color: rgb(202,193,236); }

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

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

 span { border-color: rgb(202,193,236); }

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