#CAB4EC

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

Shades of Melrose #CAB4EC

Tints of Melrose #CAB4EC

Color information

#CAB4EC (or 0xCAB4EC) is unknown color: approx Melrose. HEX triplet: CA, B4 and EC. RGB value is (202,180,236). Sum of RGB (Red+Green+Blue) = 202+180+236=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4EC is #354B13. Grayscale: #C0C0C0. Windows color (decimal): -3492628 or 15512778. OLE color: 15512778.

HSL color Cylindrical-coordinate representation of color #CAB4EC: hue angle of 263.57º degrees, saturation: 0.6, 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 #CAB4EC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202180236-
CMYK0.140.2400.07
HSL263.57º59.57%81.57%-
HSV(B)263.57º23.73%92.55%-
XYZ55.8251.2686.31-
YUV192.96152.29134.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 180 (70.70% from 255) = 29.13%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=32.69%
G=29.13%
B=38.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021802360.140.2400.07263.5759.5781.57
HexCAB4ECE18071083c52
Octal31226435416300741074122
Binary11001010101101001110110011101100001111000010001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4EC; }

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

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

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

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

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

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

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

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