#CAB2F3

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

Shades of Melrose #CAB2F3

Tints of Melrose #CAB2F3

Color information

#CAB2F3 (or 0xCAB2F3) is unknown color: approx Melrose. HEX triplet: CA, B2 and F3. RGB value is (202,178,243). Sum of RGB (Red+Green+Blue) = 202+178+243=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAB2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2F3 is #354D0C. Grayscale: #C0C0C0. Windows color (decimal): -3493133 or 15971018. OLE color: 15971018.

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

Color convert

RGB202178243-
CMYK0.170.2700.05
HSL262.15º73.03%82.55%-
HSV(B)262.15º26.75%95.29%-
XYZ56.4650.8791.64-
YUV192.59156.45134.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 178 (69.92% from 255) = 28.57%
BLUE value IS 243 (95.31% from 255) = 39.00%
R=32.42%
G=28.57%
B=39.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021782430.170.2700.05262.1573.0382.55
HexCAB2F3111B051064953
Octal312262363213305406111123
Binary1100101010110010111100111000111011010110000011010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2F3; }

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

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

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

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

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

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

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

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