#CAB3ED

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

Shades of Melrose #CAB3ED

Tints of Melrose #CAB3ED

Color information

#CAB3ED (or 0xCAB3ED) is unknown color: approx Melrose. HEX triplet: CA, B3 and ED. RGB value is (202,179,237). Sum of RGB (Red+Green+Blue) = 202+179+237=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3ED is #354C12. Grayscale: #C0C0C0. Windows color (decimal): -3492883 or 15578058. OLE color: 15578058.

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

Color convert

RGB202179237-
CMYK0.150.2400.07
HSL263.79º61.7%81.57%-
HSV(B)263.79º24.47%92.94%-
XYZ55.7650.9187.01-
YUV192.49153.12134.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=32.69%
G=28.96%
B=38.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021792370.150.2400.07263.7961.781.57
HexCAB3EDF18071083e52
Octal31226335517300741076122
Binary11001010101100111110110111111100001111000010001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3ED; }

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

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

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

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

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

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

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

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