#CABAF5

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

Shades of Melrose #CABAF5

Tints of Melrose #CABAF5

Color information

#CABAF5 (or 0xCABAF5) is unknown color: approx Melrose. HEX triplet: CA, BA and F5. RGB value is (202,186,245). Sum of RGB (Red+Green+Blue) = 202+186+245=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #CABAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF5 is #35450A. Grayscale: #C5C5C5. Windows color (decimal): -3491083 or 16104138. OLE color: 16104138.

HSL color Cylindrical-coordinate representation of color #CABAF5: hue angle of 256.27º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CABAF5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202186245-
CMYK0.180.2400.04
HSL256.27º74.68%84.51%-
HSV(B)256.27º24.08%96.08%-
XYZ58.454.2793.78-
YUV197.51154.8131.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 245 (96.09% from 255) = 38.70%
R=31.91%
G=29.38%
B=38.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021862450.180.2400.04256.2774.6884.51
HexCABAF51218041004b55
Octal312272365223004400113125
Binary1100101010111010111101011001011000010010000000010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAF5; }

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

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

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

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

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

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

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

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