#CABAF3

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

Shades of Melrose #CABAF3

Tints of Melrose #CABAF3

Color information

#CABAF3 (or 0xCABAF3) is unknown color: approx Melrose. HEX triplet: CA, BA and F3. RGB value is (202,186,243). Sum of RGB (Red+Green+Blue) = 202+186+243=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #CABAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF3 is #35450C. Grayscale: #C5C5C5. Windows color (decimal): -3491085 or 15973066. OLE color: 15973066.

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

Color convert

RGB202186243-
CMYK0.170.2300.05
HSL256.84º70.37%84.12%-
HSV(B)256.84º23.46%95.29%-
XYZ58.0954.1592.18-
YUV197.28153.8131.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=32.01%
G=29.48%
B=38.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021862430.170.2300.05256.8470.3784.12
HexCABAF31117051014654
Octal312272363212705401106124
Binary1100101010111010111100111000110111010110000000110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAF3; }

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

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

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

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

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

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

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

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