#CAC1E1

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

Shades of Melrose #CAC1E1

Tints of Melrose #CAC1E1

Color information

#CAC1E1 (or 0xCAC1E1) is unknown color: approx Melrose. HEX triplet: CA, C1 and E1. RGB value is (202,193,225). Sum of RGB (Red+Green+Blue) = 202+193+225=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAC1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1E1 is #353E1E. Grayscale: #C7C7C7. Windows color (decimal): -3489311 or 14795210. OLE color: 14795210.

HSL color Cylindrical-coordinate representation of color #CAC1E1: hue angle of 256.88º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAC1E1 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202193225-
CMYK0.100.1400.12
HSL256.88º34.78%81.96%-
HSV(B)256.88º14.22%88.24%-
XYZ57.0256.1379.06-
YUV199.34142.48129.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 193 (75.78% from 255) = 31.13%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=32.58%
G=31.13%
B=36.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021932250.100.1400.12256.8834.7881.96
HexCAC1E1AE0C1012352
Octal312301341121601440143122
Binary11001010110000011110000110101110011001000000011000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1E1; }

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

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

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

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

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

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

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

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