#CAB7EC

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

Shades of Melrose #CAB7EC

Tints of Melrose #CAB7EC

Color information

#CAB7EC (or 0xCAB7EC) is unknown color: approx Melrose. HEX triplet: CA, B7 and EC. RGB value is (202,183,236). Sum of RGB (Red+Green+Blue) = 202+183+236=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7EC is #354813. Grayscale: #C2C2C2. Windows color (decimal): -3491860 or 15513546. OLE color: 15513546.

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

Color convert

RGB202183236-
CMYK0.140.2200.07
HSL261.51º58.24%82.16%-
HSV(B)261.51º22.46%92.55%-
XYZ56.4352.4886.51-
YUV194.72151.29133.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 183 (71.88% from 255) = 29.47%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=32.53%
G=29.47%
B=38.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021832360.140.2200.07261.5158.2482.16
HexCAB7ECE16071063a52
Octal31226735416260740672122
Binary11001010101101111110110011101011001111000001101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7EC; }

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

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

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

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

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

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

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

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