#CAB7EF

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

Shades of Melrose #CAB7EF

Tints of Melrose #CAB7EF

Color information

#CAB7EF (or 0xCAB7EF) is unknown color: approx Melrose. HEX triplet: CA, B7 and EF. RGB value is (202,183,239). Sum of RGB (Red+Green+Blue) = 202+183+239=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7EF is #354810. Grayscale: #C2C2C2. Windows color (decimal): -3491857 or 15710154. OLE color: 15710154.

HSL color Cylindrical-coordinate representation of color #CAB7EF: hue angle of 260.36º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB7EF is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202183239-
CMYK0.150.2300.06
HSL260.36º63.64%82.75%-
HSV(B)260.36º23.43%93.73%-
XYZ56.8752.6688.83-
YUV195.06152.79132.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 183 (71.88% from 255) = 29.33%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=32.37%
G=29.33%
B=38.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021832390.150.2300.06260.3663.6482.75
HexCAB7EFF17061044053
Octal312267357172706404100123
Binary110010101011011111101111111110111011010000010010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7EF; }

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

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

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

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

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

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

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

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