#CAB6E6

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

Shades of Melrose #CAB6E6

Tints of Melrose #CAB6E6

Color information

#CAB6E6 (or 0xCAB6E6) is unknown color: approx Melrose. HEX triplet: CA, B6 and E6. RGB value is (202,182,230). Sum of RGB (Red+Green+Blue) = 202+182+230=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6E6 is #354919. Grayscale: #C1C1C1. Windows color (decimal): -3492122 or 15120074. OLE color: 15120074.

HSL color Cylindrical-coordinate representation of color #CAB6E6: hue angle of 265º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAB6E6 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202182230-
CMYK0.120.2100.10
HSL265º48.98%80.78%-
HSV(B)265º20.87%90.2%-
XYZ55.3751.7381.93-
YUV193.45148.63134.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 182 (71.48% from 255) = 29.64%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=32.90%
G=29.64%
B=37.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021822300.120.2100.1026548.9880.78
HexCAB6E6C150A1093151
Octal312266346142501241161121
Binary110010101011011011100110110010101010101000010011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6E6; }

 p { color: rgb(202,182,230); }

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

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

 a { background-color: rgb(202,182,230); }

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

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

 span { border-color: rgb(202,182,230); }

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