#CAB3EA

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

Shades of Melrose #CAB3EA

Tints of Melrose #CAB3EA

Color information

#CAB3EA (or 0xCAB3EA) is unknown color: approx Melrose. HEX triplet: CA, B3 and EA. RGB value is (202,179,234). Sum of RGB (Red+Green+Blue) = 202+179+234=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3EA is #354C15. Grayscale: #BFBFBF. Windows color (decimal): -3492886 or 15381450. OLE color: 15381450.

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

Color convert

RGB202179234-
CMYK0.140.2400.08
HSL265.09º56.7%80.98%-
HSV(B)265.09º23.5%91.76%-
XYZ55.3350.7484.72-
YUV192.15151.62135.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 179 (70.31% from 255) = 29.11%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=32.85%
G=29.11%
B=38.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021792340.140.2400.08265.0956.780.98
HexCAB3EAE18081093951
Octal312263352163001041171121
Binary110010101011001111101010111011000010001000010011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3EA; }

 p { color: rgb(202,179,234); }

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

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

 a { background-color: rgb(202,179,234); }

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

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

 span { border-color: rgb(202,179,234); }

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