#CAC1DC

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

Shades of Melrose #CAC1DC

Tints of Melrose #CAC1DC

Color information

#CAC1DC (or 0xCAC1DC) is unknown color: approx Melrose. HEX triplet: CA, C1 and DC. RGB value is (202,193,220). Sum of RGB (Red+Green+Blue) = 202+193+220=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1DC is #353E23. Grayscale: #C6C6C6. Windows color (decimal): -3489316 or 14467530. OLE color: 14467530.

HSL color Cylindrical-coordinate representation of color #CAC1DC: hue angle of 260º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC1DC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202193220-
CMYK0.080.1200.14
HSL260º27.84%80.98%-
HSV(B)260º12.27%86.27%-
XYZ56.3555.8675.52-
YUV198.77139.98130.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 193 (75.78% from 255) = 31.38%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=32.85%
G=31.38%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021932200.080.1200.1426027.8480.98
HexCAC1DC8C0E1041c51
Octal312301334101401640434121
Binary1100101011000001110111001000110001110100000100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1DC; }

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

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

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

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

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

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

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

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