#CAB0F3

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

Shades of Melrose #CAB0F3

Tints of Melrose #CAB0F3

Color information

#CAB0F3 (or 0xCAB0F3) is unknown color: approx Melrose. HEX triplet: CA, B0 and F3. RGB value is (202,176,243). Sum of RGB (Red+Green+Blue) = 202+176+243=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAB0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0F3 is #354F0C. Grayscale: #BFBFBF. Windows color (decimal): -3493645 or 15970506. OLE color: 15970506.

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

Color convert

RGB202176243-
CMYK0.170.2800.05
HSL263.28º73.63%82.16%-
HSV(B)263.28º27.57%95.29%-
XYZ56.0650.0891.51-
YUV191.41157.11135.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 176 (69.14% from 255) = 28.34%
BLUE value IS 243 (95.31% from 255) = 39.13%
R=32.53%
G=28.34%
B=39.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021762430.170.2800.05263.2873.6382.16
HexCAB0F3111C051074a52
Octal312260363213405407112122
Binary1100101010110000111100111000111100010110000011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0F3; }

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

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

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

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

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

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

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

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