#CAB9F3

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

Shades of Melrose #CAB9F3

Tints of Melrose #CAB9F3

Color information

#CAB9F3 (or 0xCAB9F3) is unknown color: approx Melrose. HEX triplet: CA, B9 and F3. RGB value is (202,185,243). Sum of RGB (Red+Green+Blue) = 202+185+243=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAB9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB9F3 is #35460C. Grayscale: #C4C4C4. Windows color (decimal): -3491341 or 15972810. OLE color: 15972810.

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

Color convert

RGB202185243-
CMYK0.170.2400.05
HSL257.59º70.73%83.92%-
HSV(B)257.59º23.87%95.29%-
XYZ57.8853.7392.11-
YUV196.7154.13131.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 185 (72.66% from 255) = 29.37%
BLUE value IS 243 (95.31% from 255) = 38.57%
R=32.06%
G=29.37%
B=38.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021852430.170.2400.05257.5970.7383.92
HexCAB9F31118051024754
Octal312271363213005402107124
Binary1100101010111001111100111000111000010110000001010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9F3; }

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

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

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

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

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

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

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

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