#CAC1DA

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

Shades of Melrose #CAC1DA

Tints of Melrose #CAC1DA

Color information

#CAC1DA (or 0xCAC1DA) is unknown color: approx Melrose. HEX triplet: CA, C1 and DA. RGB value is (202,193,218). Sum of RGB (Red+Green+Blue) = 202+193+218=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1DA is #353E25. Grayscale: #C6C6C6. Windows color (decimal): -3489318 or 14336458. OLE color: 14336458.

HSL color Cylindrical-coordinate representation of color #CAC1DA: hue angle of 261.6º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC1DA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202193218-
CMYK0.070.1100.15
HSL261.6º25.25%80.59%-
HSV(B)261.6º11.47%85.49%-
XYZ56.0855.7674.14-
YUV198.54138.98130.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=32.95%
G=31.48%
B=35.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021932180.070.1100.15261.625.2580.59
HexCAC1DA7B0F1061951
Octal31230133271301740631121
Binary110010101100000111011010111101101111100000110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1DA; }

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

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

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

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

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

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

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

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