#CAB7F3

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

Shades of Melrose #CAB7F3

Tints of Melrose #CAB7F3

Color information

#CAB7F3 (or 0xCAB7F3) is unknown color: approx Melrose. HEX triplet: CA, B7 and F3. RGB value is (202,183,243). Sum of RGB (Red+Green+Blue) = 202+183+243=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAB7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7F3 is #35480C. Grayscale: #C3C3C3. Windows color (decimal): -3491853 or 15972298. OLE color: 15972298.

HSL color Cylindrical-coordinate representation of color #CAB7F3: hue angle of 259º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB7F3 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202183243-
CMYK0.170.2500.05
HSL259º71.43%83.53%-
HSV(B)259º24.69%95.29%-
XYZ57.4752.8991.97-
YUV195.52154.79132.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 183 (71.88% from 255) = 29.14%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=32.17%
G=29.14%
B=38.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021832430.170.2500.0525971.4383.53
HexCAB7F31119051034754
Octal312267363213105403107124
Binary1100101010110111111100111000111001010110000001110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7F3; }

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

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

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

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

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

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

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

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